diff --git a/accounts/abi/unpack.go b/accounts/abi/unpack.go index 005600d786..f2b30b2afe 100644 --- a/accounts/abi/unpack.go +++ b/accounts/abi/unpack.go @@ -37,7 +37,6 @@ var ( // ReadInteger reads the integer based on its kind and returns the appropriate value. func ReadInteger(typ Type, b []byte) (interface{}, error) { - if typ.T == UintTy { ret := new(uint256.Int).SetBytes(b)