Skip to content

Commit 7696da2

Browse files
fix vm steps
1 parent 342656e commit 7696da2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tvm_executor/src/transaction_executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ pub trait TransactionExecutor {
683683
0
684684
} else if is_bounceable_internal && execution_timed_out {
685685
vm_phase.gas_used = (gas.get_gas_limit() as u64).try_into()?;
686+
vm_phase.vm_steps = 0;
686687
gas.get_gas_limit() as u128
687688
} else {
688689
gas_config.calc_gas_fee(used)

0 commit comments

Comments
 (0)