fix: lov level

This commit is contained in:
Ludo Galabru
2021-03-29 13:29:01 -04:00
parent f1f47c0026
commit b1ca7df18b

View File

@@ -416,7 +416,7 @@ impl RunLoop {
}
}
debug!(
info!(
"Synchronized burnchain up to block height {} from {} (chain tip height is {})",
next_height, block_height, burnchain_height
);
@@ -447,7 +447,7 @@ impl RunLoop {
mine_start = 0;
// at tip, and not downloading. proceed to mine.
debug!(
info!(
"Synchronized full burnchain up to height {}. Proceeding to mine blocks",
block_height
);