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

Method updateStatus

src/qt/walletmodel.cpp:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void WalletModel::updateStatus()
105{
106 EncryptionStatus newEncryptionStatus = getEncryptionStatus();
107
108 if(cachedEncryptionStatus != newEncryptionStatus) {
109 Q_EMIT encryptionStatusChanged();
110 }
111}
112
113void WalletModel::pollBalanceChanged()
114{

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected