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

Method NotifyHeaderTip

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

Source from the content-addressed store, hash-verified

54void CClientUIInterface::ShowProgress(const std::string& title, int nProgress, bool resume_possible) { return g_ui_signals.ShowProgress(title, nProgress, resume_possible); }
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)

Callers 1

LOCKS_EXCLUDEDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected