MCPcopy Create free account
hub / github.com/ElementsProject/elements / updateWalletStatus

Method updateWalletStatus

src/qt/bitcoingui.cpp:1323–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323void BitcoinGUI::updateWalletStatus()
1324{
1325 assert(walletFrame);
1326
1327 WalletView * const walletView = walletFrame->currentWalletView();
1328 if (!walletView) {
1329 return;
1330 }
1331 WalletModel * const walletModel = walletView->getWalletModel();
1332 setEncryptionStatus(walletModel->getEncryptionStatus());
1333 setHDStatus(walletModel->wallet().privateKeysDisabled(), walletModel->wallet().hdEnabled());
1334}
1335#endif // ENABLE_WALLET
1336
1337void BitcoinGUI::updateProxyIcon()

Callers

nothing calls this directly

Calls 5

currentWalletViewMethod · 0.80
getEncryptionStatusMethod · 0.80
privateKeysDisabledMethod · 0.80
hdEnabledMethod · 0.80
walletMethod · 0.45

Tested by

no test coverage detected