MCPcopy 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
98void WalletModel::setClientModel(ClientModel* client_model)
99{
100 m_client_model = client_model;
101 if (!m_client_model) timer->stop();
102}
103
104void WalletModel::updateStatus()
105{

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected