Skip to content

Commit

Permalink
refactor a log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Dec 9, 2023
1 parent db38a27 commit 39a0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-scan/src/storage/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ impl Storage {
tracing::info!(
"Last scanned height for key number {} is {}, resuming at {}",
key_num,
height.0 - 1,
height.0
height.previous().expect("height is not genesis").as_usize(),
height.as_usize(),
);
}

Expand Down

0 comments on commit 39a0bfe

Please sign in to comment.