pull/31074/head
Jared Wasinger 4 days 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 {
contract.Gas -= dynamicCost
}
}
// Do tracing before potential memory expansion

Loading…
Cancel
Save