mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-17 19:05:53 +08:00
fix: announce burnchain block
This commit is contained in:
@@ -270,6 +270,11 @@ impl RunLoop {
|
||||
})
|
||||
.unwrap();
|
||||
|
||||
// We announce a new burn block so that the chains coordinator
|
||||
// can resume prior work and handle eventual unprocessed sortitions
|
||||
// stored during a previous session.
|
||||
coordinator_senders.announce_new_burn_block();
|
||||
|
||||
let mut burnchain_tip = burnchain
|
||||
.wait_for_sortitions(None)
|
||||
.expect("Unable to get burnchain tip");
|
||||
|
||||
Reference in New Issue
Block a user