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

Method updateStatus

src/qt/walletmodel.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void WalletModel::updateStatus()
61{
62 EncryptionStatus newEncryptionStatus = getEncryptionStatus();
63
64 if(cachedEncryptionStatus != newEncryptionStatus) {
65 Q_EMIT encryptionStatusChanged();
66 }
67}
68
69void WalletModel::pollBalanceChanged()
70{

Callers 1

indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected