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

Method setKnownBestHeight

src/qt/modaloverlay.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ModalOverlay::setKnownBestHeight(int count, const QDateTime& blockDate)
82{
83 if (count > bestHeaderHeight) {
84 bestHeaderHeight = count;
85 bestHeaderDate = blockDate;
86 UpdateHeaderSyncLabel();
87 }
88}
89
90void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVerificationProgress)
91{

Callers 2

setClientModelMethod · 0.80
setNumBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected