MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / headerTip

Method headerTip

src/node/kernel_notifications.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

NotifyHeaderTipMethod · 0.45
ReportHeadersPresyncMethod · 0.45

Calls 1

NotifyHeaderTipMethod · 0.80

Tested by

no test coverage detected