Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Jul 26, 2021
1 parent 7d7479b commit e9f01fd
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 @@ -1214,7 +1214,7 @@ 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
// in certain situations. The current function is directly reading the
// headers and syncing with the bitcoin-node.
if target_block_height > start_block && target_block_height < end_block {
debug!(
Expand Down

0 comments on commit e9f01fd

Please sign in to comment.