mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-22 03:28:25 +00:00
The `structs` map is populated by iterating over all methods except the constructor, which results in a nil-pointer dereference. I've first reproduced the problem with a new test and then implemented the fix. Co-authored-by: Arran Schlosberg <me@arranschlosberg.com>