Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ updateBanlist
Method
updateBanlist
src/qt/clientmodel.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void ClientModel::updateBanlist()
234
{
235
banTableModel->refresh();
236
}
237
238
// Handlers for core signals
239
static void ShowProgress(ClientModel *clientmodel, const std::string &title, int nProgress)
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.45
Tested by
no test coverage detected