diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-03-15 21:06:12 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-03-15 21:10:39 +0800 |
commit | fe45210c552f5de2ec6293817dc0363a34d0ebfb (patch) | |
tree | 261ca0a2ec9582f7d9b7d2d3758cf13bf506a5e8 /cmd | |
parent | e189fb839c688b418b43ad6533111c246c109a93 (diff) | |
download | go-tangerine-fe45210c552f5de2ec6293817dc0363a34d0ebfb.tar.gz go-tangerine-fe45210c552f5de2ec6293817dc0363a34d0ebfb.tar.zst go-tangerine-fe45210c552f5de2ec6293817dc0363a34d0ebfb.zip |
accounts/abi: Fixed bytes input accept []byte and variable input support
Fixed up `[]byte` slice support such that `function print(bytes input)`
accepts `[]byte` as input and treats it as 1 element rather than a slice
of multiple elements.
Added support for variable length input parameters like `bytes` and
`strings`.
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions