From 3bfba9bc2a1b8f6655f6e5e7bd7719b6174ab977 Mon Sep 17 00:00:00 2001 From: jwasinger Date: Mon, 11 May 2026 13:18:58 -0400 Subject: [PATCH] remove unnecessary TODO --- core/state_processor.go | 1 - 1 file changed, 1 deletion(-) 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) }