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 jagdeep sidhu committed May 5, 2022
1 parent 035b878 commit 533c1d1
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 @@ -158,7 +158,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 533c1d1

Please sign in to comment.