Fixed issue causing the local repository data backup to be overwritten with an empty list.

This commit is contained in:
CalDescent 2021-10-04 09:28:16 +01:00
parent 71f802ef35
commit 289dae0780

View File

@ -516,7 +516,6 @@ public class BlockChain {
needsArchiveRebuild = (repository.getBlockArchiveRepository().fromHeight(2) == null);
if (needsArchiveRebuild) {
LOGGER.info("Couldn't retrieve block 2 from archive. Bootstrapping...");
Controller.getInstance().exportRepositoryData();
}
}
}