Skip to content

Commit 637cf34

Browse files
authored
core/vm: fix typo (#24714)
Was just browsing the code and found this.
1 parent 8bf0565 commit 637cf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/interpreter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
155155
logged bool // deferred EVMLogger should ignore already logged steps
156156
res []byte // result of the opcode execution function
157157
)
158-
// Don't move this deferrred function, it's placed before the capturestate-deferred method,
158+
// Don't move this deferred function, it's placed before the capturestate-deferred method,
159159
// so that it get's executed _after_: the capturestate needs the stacks before
160160
// they are returned to the pools
161161
defer func() {

0 commit comments

Comments
 (0)