From 43a50656ddfbac99438b223168093ffe77245b33 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Thu, 14 May 2026 09:23:44 +0800 Subject: [PATCH] core: update comments --- core/state_transition.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/state_transition.go b/core/state_transition.go index 0a6994505d..51c5836892 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -608,7 +608,8 @@ func (st *stateTransition) execute() (*ExecutionResult, error) { // Execute the preparatory steps for state transition which includes: // - prepare accessList(post-berlin) - // - reset transient storage(eip 1153) + // - reset transient storage(EIP-1153) + // - enable block-level accessList construction (EIP-7928) st.state.Prepare(rules, msg.From, st.evm.Context.Coinbase, msg.To, vm.ActivePrecompiles(rules), msg.AccessList) var (