Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
void WalletView::updateEncryptionStatus()
354
{
355
Q_EMIT encryptionStatusChanged(walletModel->getEncryptionStatus());
356
}
357
358
void WalletView::encryptWallet(bool status)
359
{
Callers
1
setCurrentWallet
Method · 0.80
Calls
1
getEncryptionStatus
Method · 0.80
Tested by
no test coverage detected