Skip to content

Commit 47ea0bb

Browse files
add trace
1 parent 7696da2 commit 47ea0bb

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+
log::debug!(target: "executor", "Fix bounceable timed out");
685686
vm_phase.gas_used = (gas.get_gas_limit() as u64).try_into()?;
686687
vm_phase.vm_steps = 0;
687688
gas.get_gas_limit() as u128

0 commit comments

Comments
 (0)