Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setClientModel
Method
setClientModel
src/qt/walletmodel.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void WalletModel::setClientModel(ClientModel* client_model)
99
{
100
m_client_model = client_model;
101
if (!m_client_model) timer->stop();
102
}
103
104
void WalletModel::updateStatus()
105
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected