mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
HD wallets alpha preview
This commit is contained in:
@@ -41,7 +41,7 @@ public class Controller {
|
||||
|
||||
public void onBitcoinSetup() {
|
||||
bitcoin.wallet().addEventListener(new BalanceUpdater());
|
||||
addressControl.setAddress(bitcoin.wallet().getKeys().get(0).toAddress(Main.params).toString());
|
||||
addressControl.setAddress(bitcoin.wallet().currentReceiveKey().toAddress(Main.params).toString());
|
||||
refreshBalanceLabel();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user