Qt: Add wallet selector to debug console

This commit is contained in:
Jonas Schnelli
2016-09-09 20:55:59 +00:00
parent d558f44c58
commit d49cc70e6d
5 changed files with 55 additions and 14 deletions
+1
View File
@@ -554,6 +554,7 @@ bool BitcoinGUI::addWallet(const QString& name, WalletModel *walletModel)
m_wallet_selector->setVisible(true);
m_wallet_selector->setVisible(true);
}
rpcConsole->addWallet(name, walletModel);
return walletFrame->addWallet(name, walletModel);
}