Update core/vm/interpreter.go

pull/31074/head
jwasinger 6 days ago committed by GitHub
parent 837cb2db5d
commit 402a3acb17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      core/vm/interpreter.go

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

Loading…
Cancel
Save