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