[#SynchronizationState] = SynchronizationState :mrdocs: Stage of block synchronization the node is currently in. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class SynchronizationState : int; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#