mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-18 03:38:57 +08:00
Merge branch 'develop' into fix/graceful-restart
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user