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

Method removeAllWallets

src/qt/bitcoingui.cpp:549–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void BitcoinGUI::removeAllWallets()
550{
551 if(!walletFrame)
552 return;
553 setWalletActionsEnabled(false);
554 walletFrame->removeAllWallets();
555}
556#endif // ENABLE_WALLET
557
558void BitcoinGUI::setWalletActionsEnabled(bool enabled)

Callers 1

requestShutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected