mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-03 05:28:38 +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)
|
defer spanEnd(nil)
|
||||||
|
|
||||||
// EIP-4788
|
// EIP-4788
|
||||||
// TODO(rjl) it should be enforced if cancun is enabled
|
|
||||||
if beaconRoot != nil {
|
if beaconRoot != nil {
|
||||||
ProcessBeaconBlockRoot(*beaconRoot, evm)
|
ProcessBeaconBlockRoot(*beaconRoot, evm)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue