Stage of block synchronization the node is currently in.
Declared in <validation.h>
enum class SynchronizationState : int;
| Name | Description |
|---|---|
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. |