| 68 | } |
| 69 | |
| 70 | void KernelNotifications::headerTip(SynchronizationState state, int64_t height, int64_t timestamp, bool presync) |
| 71 | { |
| 72 | uiInterface.NotifyHeaderTip(state, height, timestamp, presync); |
| 73 | } |
| 74 | |
| 75 | void KernelNotifications::progress(const bilingual_str& title, int progress_percent, bool resume_possible) |
| 76 | { |
no test coverage detected