MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / setCurrentWallet

Method setCurrentWallet

src/qt/bitcoingui.cpp:536–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536bool BitcoinGUI::setCurrentWallet(const QString& name)
537{
538 if(!walletFrame)
539 return false;
540 return walletFrame->setCurrentWallet(name);
541}
542
543bool BitcoinGUI::setCurrentWalletBySelectorIndex(int index)
544{

Callers 1

addWalletMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected