[#ChainstateManager-UpdateIBDStatus] = xref:ChainstateManager.adoc[ChainstateManager]::UpdateIBDStatus :relfileprefix: ../ :mrdocs: Update and possibly latch the IBD status. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37ba95088), requires_capability(0x7ff375ddba18), requires_capability(0x7ff37e1a52e8), requires_capability(0x7ff375a97158)]] void UpdateIBDStatus(); ---- == Description If block loading has finished and the current chain tip has enough work and is recent, set `m_cached_is_ibd` to false. This function never sets the flag back to true. This should be called after operations that may affect IBD exit conditions (e.g. after updating the active chain tip, or after `ImportBlocks()` finishes). [.small]#Created with https://www.mrdocs.com[MrDocs]#