This commit is contained in:
Jared Wasinger 2025-01-27 05:04:48 -08:00
parent 402a3acb17
commit 0fde037b3f

View file

@ -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