Skip to content

Commit

Permalink
fix: move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 16, 2021
1 parent e611546 commit 3dd875b
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 @@ -1187,9 +1187,9 @@ impl Burnchain {
// get latest headers.
debug!("Sync headers from {}", sync_height);

// fetch all headers, no matter what
let mut end_block = indexer.sync_headers(sync_height, end_height)?;

// fetch all headers, no matter what
let mut start_block = sync_height;
if db_height < start_block {
start_block = db_height;
Expand Down

0 comments on commit 3dd875b

Please sign in to comment.