Innocent follow-up to #34253:
- Add
AssertLockHeld(cs_main)toChainstateManager::UpdateIBDStatus()given it’s already annotated withEXCLUSIVE_LOCKS_REQUIRED(cs_main). - Fix outdated comment about constness of
ChainstateManager::IsInitialBlockDownload()(compilation and build passes without it). - And since we’re touching it, we might as well mark
ChainstateManager::IsInitialBlockDownload()asnoexceptnow.