-
- Downloads
"git@gfx.cafe:open/bor.git" did not exist on "1df1187d831a1c62f61e8c90901dc78b5f86943a"
accounts/abi: fix a bug in getTypeSize method (#21501)
* accounts/abi: fix a bug in getTypeSize method e.g. for "Tuple[2]" type, the element of the array is a tuple type and the size of the tuple may not be 32. * accounts/abi: add unit test of getTypeSize method
Please register or sign in to comment