mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
core: update comments
This commit is contained in:
parent
440449bf1e
commit
43a50656dd
1 changed files with 2 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue