| 53 | void CClientUIInterface::NotifyAlertChanged() { return g_ui_signals.NotifyAlertChanged(); } |
| 54 | void CClientUIInterface::ShowProgress(const std::string& title, int nProgress, bool resume_possible) { return g_ui_signals.ShowProgress(title, nProgress, resume_possible); } |
| 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 |
no outgoing calls
no test coverage detected