core/vm: fix evm reuse bug

This commit is contained in:
Marius van der Wijden 2026-03-10 17:27:14 +01:00
parent 93ffca2571
commit 829dc9424f

View file

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