mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
parent
63a4ff7a8d
commit
e0599c27ac
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ func makeDecoder(typ reflect.Type, tags tags) (dec decoder, err error) {
|
|||
switch {
|
||||
case typ == rawValueType:
|
||||
return decodeRawValue, nil
|
||||
return decodeDecoder, nil
|
||||
case typ.AssignableTo(reflect.PtrTo(bigInt)):
|
||||
return decodeBigInt, nil
|
||||
case typ.AssignableTo(bigInt):
|
||||
|
|
|
|||
Loading…
Reference in a new issue