mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 05:45:41 +00:00
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`.