Stage of block synchronization the node is currently in.
Synopsis
Declared in <validation.h>
enum class SynchronizationState : int;
Members
Name |
Description |
|
Rebuilding the block and chainstate databases from local block files. |
|
Performing the initial block download from the network. |
|
Initial synchronization is complete and the node is following the tip. |
Created with MrDocs