good morning!!!!

Skip to content
Snippets Groups Projects
Commit fe45210c authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

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`.
parent e189fb83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment