Log the initial height of the block archiver on startup

This commit is contained in:
CalDescent 2021-11-21 09:12:32 +00:00
parent 9502444bbc
commit d018f11877

View File

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