Skip to content

Commit

Permalink
core/vm: fix typo (ethereum#24714)
Browse files Browse the repository at this point in the history
Was just browsing the code and found this.
  • Loading branch information
Evalir authored and sadoci committed Jan 27, 2023
1 parent 6e7e868 commit 744c36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
logged bool // deferred EVMLogger should ignore already logged steps
res []byte // result of the opcode execution function
)
// Don't move this deferrred function, it's placed before the capturestate-deferred method,
// Don't move this deferred function, it's placed before the capturestate-deferred method,
// so that it get's executed _after_: the capturestate needs the stacks before
// they are returned to the pools
defer func() {
Expand Down

0 comments on commit 744c36e

Please sign in to comment.