accounts/abi: add unpack into array test

This commit is contained in:
Robert Zaremba
2017-12-01 22:32:04 +01:00
committed by Martin Holst Swende
parent 1afca33eac
commit 81d4cafb32
3 changed files with 17 additions and 2 deletions

View File

@ -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
}
}