Skip to content

Commit

Permalink
fix indexing in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Aug 13, 2024
1 parent 4aaab69 commit 10bd079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace_decoder/src/decoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub fn into_txn_proof_gen_ir(
&mut extra_data,
&other_data,
)
.context(format!("at transaction index {}", txn_idx))
.context(format!("at transaction index {}", current_idx))
})
.collect::<anyhow::Result<Vec<_>>>()
.context(format!(
Expand Down

0 comments on commit 10bd079

Please sign in to comment.