mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 14:15:53 +00:00
fe45210c55
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`.