diff --git a/core/vm/evm.go b/core/vm/evm.go index a7e252dd9f..311cb3b9dd 100644 --- a/core/vm/evm.go +++ b/core/vm/evm.go @@ -225,6 +225,7 @@ func (evm *EVM) SetTxContext(txCtx TxContext) { txCtx.AccessEvents = state.NewAccessEvents() } evm.TxContext = txCtx + evm.CollisionBurned = 0 } // Cancel cancels any running EVM operation. This may be called concurrently and