mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
core: add todo
This commit is contained in:
parent
0a34ef1097
commit
3f09619dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue