Skip to content

Commit 5598649

Browse files
authored
Update src/burnchains/burnchain.rs
1 parent d2cdefb commit 5598649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/burnchains/burnchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ impl Burnchain {
891891
}
892892

893893
/// 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
894+
/// Return the new chain tip and a boolean signaling the presence of a reorg
895895
fn sync_reorg<I: BurnchainIndexer>(indexer: &mut I) -> Result<(u64, bool), burnchain_error> {
896896
let headers_path = indexer.get_headers_path();
897897

0 commit comments

Comments
 (0)