Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 27, 2021
1 parent b510e02 commit 56c776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burnchains/burnchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ impl Burnchain {

debug!(
"Sync'ed headers from {} to {}. DB at {}",
start_block, end_block, db_height
sync_height, end_block, db_height
);

if let Some(target_block_height) = target_block_height_opt {
Expand Down

0 comments on commit 56c776d

Please sign in to comment.