From 3f09619dbced9e773e2cbe324857c2cc150445f8 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Mon, 23 Mar 2026 21:19:26 +0800 Subject: [PATCH] core: add todo --- core/state_transition.go | 1 + 1 file changed, 1 insertion(+) 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() }