[#Chainstate-m_chainstate_mutex] = xref:Chainstate.adoc[Chainstate]::m_chainstate_mutex :relfileprefix: ../ :mrdocs: The ChainState Mutex A lock that must be held when modifying this ChainState ‐ held in ActivateBestChain() and InvalidateBlock() == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:Mutex.adoc[Mutex] m_chainstate_mutex; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#