mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 22:56:08 +00:00
f538d15241
This PR fixes this, moving domain.ChainId from the map's initializer down to a separate if statement which checks the existance of ChainId's value, similar to the rest of the fields, before adding it. I've also included a new test to demonstrate the issue