Skip to content

Commit

Permalink
rollback log
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 19, 2024
1 parent 040a4f1 commit 2f73f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ func (s *StateDB) Context() sdk.Context {
// Potential EIPs:
// - Reset access list (Berlin)
// - Add coinbase to access list (EIP-3651)
// - Reset memStore storage (EIP-1153)
// - Reset transient storage (EIP-1153)
func (s *StateDB) Prepare(rules params.Rules, sender common.Address, coinbase common.Address, dst *common.Address, precompiles []common.Address, list types.AccessList) {
if rules.IsBerlin {
// Clear out any leftover from previous executions
Expand Down

0 comments on commit 2f73f93

Please sign in to comment.