mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-15 16:26:59 +00:00
This adds a check to verify that a sender-account does not have code, which means that the codehash is either `emptyCodeHash` _OR_ not present. The latter occurs IFF the sender did not previously exist, a situation which can only occur with zero cost gasprices.