Don't require a full synchronization in order to return the ARRR wallet address.

This commit is contained in:
CalDescent 2022-05-08 08:26:00 +01:00
parent bbf7193c51
commit 598f219105

View File

@ -284,7 +284,6 @@ public class PirateChain extends Bitcoiny {
PirateChainWalletController walletController = PirateChainWalletController.getInstance();
walletController.initWithEntropy58(entropy58);
walletController.ensureInitialized();
walletController.ensureSynchronized();
return walletController.getCurrentWallet().getWalletAddress();
}