mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
rm extra CaptureTxEnd
This commit is contained in:
parent
3cabef4c66
commit
f1bd4151c1
1 changed files with 0 additions and 3 deletions
|
|
@ -99,9 +99,6 @@ func (p *StateProcessor) Process(block *types.Block, statedb *state.StateDB, cfg
|
|||
|
||||
var receipt *types.Receipt
|
||||
receipt, err = applyTransaction(msg, p.config, gp, statedb, blockNumber, blockHash, tx, usedGas, vmenv)
|
||||
if vmenv.Config.Tracer != nil {
|
||||
vmenv.Config.Tracer.CaptureTxEnd(receipt)
|
||||
}
|
||||
if err != nil {
|
||||
return nil, nil, 0, fmt.Errorf("could not apply tx %d [%v]: %w", i, tx.Hash().Hex(), err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue