Skip to content

Commit d152aa6

Browse files
authored
Update core/vm/interpreter.go
1 parent 479ea11 commit d152aa6

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
@@ -293,7 +293,7 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
293293

294294

295295
}
296-
// Do tracing before memory expansion
296+
// Do tracing before potential memory expansion
297297
if debug {
298298
if in.evm.Config.Tracer.OnGasChange != nil {
299299
in.evm.Config.Tracer.OnGasChange(gasCopy, gasCopy-cost, tracing.GasChangeCallOpCode)

0 commit comments

Comments
 (0)