HD wallets alpha preview

This commit is contained in:
Mike Hearn
2014-03-26 20:05:33 +01:00
parent 780be05260
commit 5638387d3a
71 changed files with 6582 additions and 1601 deletions

View File

@@ -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();
}