diff options
author | Robert Zaremba <robert.zaremba@scale-it.pl> | 2017-12-02 05:32:04 +0800 |
---|---|---|
committer | Martin Holst Swende <martin@swende.se> | 2017-12-21 22:14:50 +0800 |
commit | 81d4cafb324d8c4352a40d2cf33c2085d029cd37 (patch) | |
tree | 9675e57a9f7551322c7f4d109c16a905ca026b56 /accounts/abi/unpack.go | |
parent | 1afca33eacd39c8cf240d92e9b4310a73de6510f (diff) | |
download | dexon-81d4cafb324d8c4352a40d2cf33c2085d029cd37.tar.gz dexon-81d4cafb324d8c4352a40d2cf33c2085d029cd37.tar.zst dexon-81d4cafb324d8c4352a40d2cf33c2085d029cd37.zip |
accounts/abi: add unpack into array test
Diffstat (limited to 'accounts/abi/unpack.go')
-rw-r--r-- | accounts/abi/unpack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/abi/unpack.go b/accounts/abi/unpack.go index 372a86c86..377aee874 100644 --- a/accounts/abi/unpack.go +++ b/accounts/abi/unpack.go @@ -202,4 +202,4 @@ func lengthPrefixPointsTo(index int, output []byte) (start int, length int, err //fmt.Printf("LENGTH PREFIX INFO: \nsize: %v\noffset: %v\nstart: %v\n", length, offset, start) return -}
\ No newline at end of file +} |