good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 12d85703 authored by Fuyang Deng's avatar Fuyang Deng Committed by GitHub
Browse files

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
parent 5883afb3
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment