fix: announce burnchain block

This commit is contained in:
Ludo Galabru
2021-04-06 15:19:34 -04:00
parent e09ebf2bc1
commit d4e23c8471

View File

@@ -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");