Skip to content

Commit

Permalink
Merge branch 'fix/graceful-restart' of github.com:blockstack/stacks-b…
Browse files Browse the repository at this point in the history
…lockchain into fix/graceful-restart
  • Loading branch information
lgalabru committed Jul 27, 2021
2 parents 56c776d + 7ceec25 commit d520e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burnchains/burnchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,8 @@ impl Burnchain {
);

if let Some(target_block_height) = target_block_height_opt {
// target_block_height is used as a hint, but could also be completely off
// in certain situations. The current function is directly reading the
// `target_block_height` is used as a hint, but could also be completely off
// in certain situations. This function is directly reading the
// headers and syncing with the bitcoin-node, and the interval of blocks
// to download computed here should be considered as our source of truth.
if target_block_height > start_block && target_block_height < end_block {
Expand Down

0 comments on commit d520e83

Please sign in to comment.