mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 06:16:26 +00:00
Fetching the recipient address from a transaction was changed to return nil instead of a zero-address, but this code path was not updated, so whenever a contract was created, a nil panic occured.