forked from Qortal/qortal
Updated text when downloading wallet files from QDN
This commit is contained in:
parent
9debebe03e
commit
57acf7dffe
@ -185,7 +185,7 @@ public class PirateChainWalletController extends Thread {
|
|||||||
|
|
||||||
if (status.getStatus() != ArbitraryResourceStatus.Status.READY) {
|
if (status.getStatus() != ArbitraryResourceStatus.Status.READY) {
|
||||||
LOGGER.info("Not ready yet: {}", status.getTitle());
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user