diff options
author | Martin Holst Swende <martin@swende.se> | 2017-12-30 23:07:12 +0800 |
---|---|---|
committer | Martin Holst Swende <martin@swende.se> | 2018-02-21 19:27:50 +0800 |
commit | f0f594d0453c6f53eaeeac6187785daf12044f58 (patch) | |
tree | d51eb9516456df4de3c4f8e9a3e008d15e320c2b /accounts/abi/unpackv2_test.go | |
parent | 1ede68355db6adbf468d198a8d1ecb0ad1a3ea31 (diff) | |
download | go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar.gz go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar.bz2 go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar.lz go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar.xz go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.tar.zst go-tangerine-f0f594d0453c6f53eaeeac6187785daf12044f58.zip |
accounts/abi: Deduplicate code in unpacker
Diffstat (limited to 'accounts/abi/unpackv2_test.go')
-rw-r--r-- | accounts/abi/unpackv2_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/abi/unpackv2_test.go b/accounts/abi/unpackv2_test.go index d0074ff7b..364a09762 100644 --- a/accounts/abi/unpackv2_test.go +++ b/accounts/abi/unpackv2_test.go @@ -57,7 +57,6 @@ func TestUnpackV2(t *testing.T) { } } - func TestMultiReturnWithArrayV2(t *testing.T) { const definition = `[{"name" : "multi", "outputs": [{"type": "uint64[3]"}, {"type": "uint64"}]}]` abi, err := JSON(strings.NewReader(definition)) |