mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-08 10:47:52 +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();
|
PirateChainWalletController walletController = PirateChainWalletController.getInstance();
|
||||||
walletController.initWithEntropy58(entropy58);
|
walletController.initWithEntropy58(entropy58);
|
||||||
walletController.ensureInitialized();
|
walletController.ensureInitialized();
|
||||||
walletController.ensureSynchronized();
|
|
||||||
|
|
||||||
return walletController.getCurrentWallet().getWalletAddress();
|
return walletController.getCurrentWallet().getWalletAddress();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user