Qt: Add wallet selector to debug console
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user