remove unnecessary TODO

This commit is contained in:
jwasinger 2026-05-11 13:18:58 -04:00 committed by GitHub
parent af72fce7f1
commit 3bfba9bc2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,6 @@ func PreExecution(ctx context.Context, beaconRoot *common.Hash, parent common.Ha
defer spanEnd(nil)
// EIP-4788
// TODO(rjl) it should be enforced if cancun is enabled
if beaconRoot != nil {
ProcessBeaconBlockRoot(*beaconRoot, evm)
}