Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

modaloverlay.h File Reference
#include <QDateTime>
#include <QWidget>
+ Include dependency graph for modaloverlay.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModalOverlay
 Modal overlay to display information about the chain-sync state. More...
 

Namespaces

 Ui
 

Variables

static constexpr int HEADER_HEIGHT_DELTA_SYNC = 24
 The required delta of headers to the estimated number of available headers until we show the IBD progress. More...
 

Variable Documentation

◆ HEADER_HEIGHT_DELTA_SYNC

constexpr int HEADER_HEIGHT_DELTA_SYNC = 24
static

The required delta of headers to the estimated number of available headers until we show the IBD progress.

Definition at line 12 of file modaloverlay.h.

Referenced by ModalOverlay::tipUpdate(), and BitcoinGUI::updateHeadersSyncProgressLabel().

Released under the MIT license