forked from Qortal/qortal
Don't require a full synchronization in order to return the ARRR wallet address.
This commit is contained in:
parent
bbf7193c51
commit
598f219105
@ -284,7 +284,6 @@ public class PirateChain extends Bitcoiny {
|
||||
PirateChainWalletController walletController = PirateChainWalletController.getInstance();
|
||||
walletController.initWithEntropy58(entropy58);
|
||||
walletController.ensureInitialized();
|
||||
walletController.ensureSynchronized();
|
||||
|
||||
return walletController.getCurrentWallet().getWalletAddress();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user