MCPcopy Create free account
hub / github.com/LUX-Core/lux / updateEncryptionStatus

Method updateEncryptionStatus

src/qt/walletview.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void WalletView::updateEncryptionStatus()
354{
355 Q_EMIT encryptionStatusChanged(walletModel->getEncryptionStatus());
356}
357
358void WalletView::encryptWallet(bool status)
359{

Callers 1

setCurrentWalletMethod · 0.80

Calls 1

getEncryptionStatusMethod · 0.80

Tested by

no test coverage detected