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

Method BannedListChanged

src/node/ui_interface.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55void CClientUIInterface::NotifyBlockTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyBlockTip(s, i); }
56void CClientUIInterface::NotifyHeaderTip(SynchronizationState s, const CBlockIndex* i) { return g_ui_signals.NotifyHeaderTip(s, i); }
57void CClientUIInterface::BannedListChanged() { return g_ui_signals.BannedListChanged(); }
58
59bool InitError(const bilingual_str& str)
60{

Callers 4

ClearBannedMethod · 0.80
BanMethod · 0.80
UnbanMethod · 0.80
SweepBannedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected