3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-12 02:05:50 +00:00

Updated text when downloading wallet files from QDN

This commit is contained in:
CalDescent 2022-08-15 20:09:16 +01:00
parent 9debebe03e
commit 57acf7dffe

View File

@ -185,7 +185,7 @@ public class PirateChainWalletController extends Thread {
if (status.getStatus() != ArbitraryResourceStatus.Status.READY) {
LOGGER.info("Not ready yet: {}", status.getTitle());
this.loadStatus = String.format("Downloading wallet files... (%d / %d)", status.getLocalChunkCount(), status.getTotalChunkCount());
this.loadStatus = String.format("Downloading files from QDN... (%d / %d)", status.getLocalChunkCount(), status.getTotalChunkCount());
return;
}