diff --git a/core/state_transition.go b/core/state_transition.go index bcbbaba6ca..ddf4cb9ea5 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -583,6 +583,7 @@ func (st *stateTransition) execute() (*ExecutionResult, error) { st.evm.AccessEvents.AddAccount(st.evm.Context.Coinbase, true, math.MaxUint64) } } + // TODO(rjl493456442) export evm.chainRules if st.evm.ChainConfig().IsAmsterdam(st.evm.Context.BlockNumber, st.evm.Context.Time) { st.evm.StateDB.EmitLogsForBurnAccounts() }