mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-09 22:25:44 +00:00
fc92abec2c
This needs to be supported because []someInterface does occur sometimes. Funny enough, the fix involves changes to the decoder. makeDecoder cannot return an error for non-empty interfaces anymore because the type cache builds both decoder and writer. Do the check at 'runtime' instead.