Update core/vm/interpreter.go

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

View file

@ -292,6 +292,7 @@ func (in *EVMInterpreter) Run(contract *Contract, input []byte, readOnly bool) (
}
}
// Do tracing before potential memory expansion
if debug {
if in.evm.Config.Tracer.OnGasChange != nil {