Skip to content

Commit 342656e

Browse files
fix tx description
1 parent 7e17cf1 commit 342656e

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
@@ -682,6 +682,7 @@ pub trait TransactionExecutor {
682682
let gas_fees = if is_special {
683683
0
684684
} else if is_bounceable_internal && execution_timed_out {
685+
vm_phase.gas_used = (gas.get_gas_limit() as u64).try_into()?;
685686
gas.get_gas_limit() as u128
686687
} else {
687688
gas_config.calc_gas_fee(used)

0 commit comments

Comments
 (0)