diff --git a/core/vm/interpreter.go b/core/vm/interpreter.go index b9605ab7f5..44621fd51a 100644 --- a/core/vm/interpreter.go +++ b/core/vm/interpreter.go @@ -291,7 +291,6 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) ( contract.Gas -= dynamicCost } - } // Do tracing before potential memory expansion if debug {