Skip to content

Commit

Permalink
Log transaction indexing (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Feb 24, 2022
1 parent cada6b1 commit 532fd98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ impl Index {
}

for (tx_offset, tx) in block.txdata.iter().enumerate().skip(1) {
log::trace!("Indexing transaction {tx_offset}…");

let mut input_ordinal_ranges = VecDeque::new();

for input in &tx.input {
Expand Down

0 comments on commit 532fd98

Please sign in to comment.