diff --git a/core/state_processor.go b/core/state_processor.go index 06dafaa4b3..d5ef386d19 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -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) }