abi: accept input slices of all supported types
This commit is contained in:
@ -81,8 +81,4 @@ func TestSigned(t *testing.T) {
|
||||
if !isSigned(reflect.ValueOf(int(10))) {
|
||||
t.Error()
|
||||
}
|
||||
|
||||
if !isSigned(reflect.ValueOf(big.NewInt(10))) {
|
||||
t.Error()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user