Skip to content

Commit

Permalink
Merge branch 'develop' into fix/graceful-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru authored Jul 28, 2021
2 parents d520e83 + d18b0fb commit 5a4a392
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 @@ -891,7 +891,7 @@ impl Burnchain {
}

/// Determine if there has been a chain reorg, given our current canonical burnchain tip.
/// Return the new chain tip and a boolen signaling the presence of a reorg
/// Return the new chain tip and a boolean signaling the presence of a reorg
fn sync_reorg<I: BurnchainIndexer>(indexer: &mut I) -> Result<(u64, bool), burnchain_error> {
let headers_path = indexer.get_headers_path();

Expand Down

0 comments on commit 5a4a392

Please sign in to comment.