pull/31074/head
Jared Wasinger 2 weeks ago
parent 402a3acb17
commit 0fde037b3f
  1. 1
      core/vm/interpreter.go

@ -290,7 +290,6 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
} else { } else {
contract.Gas -= dynamicCost contract.Gas -= dynamicCost
} }
} }
// Do tracing before potential memory expansion // Do tracing before potential memory expansion

Loading…
Cancel
Save