forked from Qortal-Forker/qortal
Log the initial height of the block archiver on startup
This commit is contained in:
@@ -38,7 +38,7 @@ public class BlockArchiver implements Runnable {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGGER.info("Starting block archiver...");
|
LOGGER.info("Starting block archiver from height {}...", startHeight);
|
||||||
|
|
||||||
while (!Controller.isStopping()) {
|
while (!Controller.isStopping()) {
|
||||||
repository.discardChanges();
|
repository.discardChanges();
|
||||||
|
|||||||
Reference in New Issue
Block a user