Update core/vm/interpreter.go

This commit is contained in:
jwasinger 2025-01-24 22:47:27 -05:00 committed by GitHub
parent d152aa69b4
commit 837cb2db5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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