mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-04 02:43:56 +00:00
cad64fb911
The rules have changed as follows: * When decoding into pointers, empty values no longer produce a nil pointer. This can be overriden for struct fields using the struct tag "nil". * When decoding into structs, the input list must contain an element for each field.