mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-15 03:52:31 +00:00
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…
x
Reference in New Issue
Block a user