SynchronizationState

Stage of block synchronization the node is currently in.

Synopsis

Declared in <validation.h>

enum class SynchronizationState : int;

Members

NameDescription
INIT_REINDEX Rebuilding the block and chainstate databases from local block files.
INIT_DOWNLOAD Performing the initial block download from the network.
POST_INIT Initial synchronization is complete and the node is following the tip.