mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
accounts/abi/abigen: fix linter error
This commit is contained in:
parent
2c819dd5ac
commit
213ad18a09
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ var (
|
||||||
|
|
||||||
// ReadInteger reads the integer based on its kind and returns the appropriate value.
|
// ReadInteger reads the integer based on its kind and returns the appropriate value.
|
||||||
func ReadInteger(typ Type, b []byte) (interface{}, error) {
|
func ReadInteger(typ Type, b []byte) (interface{}, error) {
|
||||||
|
|
||||||
if typ.T == UintTy {
|
if typ.T == UintTy {
|
||||||
ret := new(uint256.Int).SetBytes(b)
|
ret := new(uint256.Int).SetBytes(b)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue