[#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(0x7f9513c478f8), requires_capability(0x7f9502de9098), requires_capability(0x7f950b21b868), requires_capability(0x7f9514bf5858)]] 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]#