Whether initial block download (IBD) is ongoing.
Synopsis
Declared in <validation.h>
std::atomic_bool m_cached_is_ibd = {true};
Description
This value is used for lock‐free IBD checks, and latches from true to false once block loading has finished and the current chain tip has enough work and is recent.
Created with MrDocs