mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
remove unnecessary TODO
This commit is contained in:
parent
af72fce7f1
commit
3bfba9bc2a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue