We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba0f70 commit 4d5be66Copy full SHA for 4d5be66
1 file changed
crates/revm/src/handler.rs
@@ -644,6 +644,7 @@ where
644
// reset initial gas to 0 to avoid gas limit check errors
645
evm.initial_gas = 0;
646
evm.fee_token = None;
647
+ evm.key_expiry = None;
648
649
if !result.instruction_result().is_ok() {
650
evm.logs = evm.journal_mut().take_logs();
@@ -1543,6 +1544,7 @@ where
1543
1544
1545
1546
1547
1548
1549
// For subblock transactions that failed `collectFeePreTx` call we catch error and treat such transactions as valid.
1550
if evm.ctx.tx.is_subblock_transaction()
0 commit comments