We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cdefb commit 5598649Copy full SHA for 5598649
src/burnchains/burnchain.rs
@@ -891,7 +891,7 @@ impl Burnchain {
891
}
892
893
/// Determine if there has been a chain reorg, given our current canonical burnchain tip.
894
- /// 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
895
fn sync_reorg<I: BurnchainIndexer>(indexer: &mut I) -> Result<(u64, bool), burnchain_error> {
896
let headers_path = indexer.get_headers_path();
897
0 commit comments