diff --git a/buildnumber.dat b/buildnumber.dat index d00491fd7e..0cfbf08886 100644 --- a/buildnumber.dat +++ b/buildnumber.dat @@ -1 +1 @@ -1 +2 diff --git a/data/abi/abi_type.go b/data/abi/abi_type.go index ed436c6dee..aa4e0b75af 100644 --- a/data/abi/abi_type.go +++ b/data/abi/abi_type.go @@ -82,7 +82,7 @@ type Type struct { // length for static array / tuple /* by ABI spec, len over binary array returns number of bytes - the type is uint16, which allows for only lenth in [0, 2^16 - 1] + the type is uint16, which allows for only length in [0, 2^16 - 1] representation of static length can only be constrained in uint16 type */ // NOTE may want to change back to uint32/uint64