[#ChainstateManager-m_best_invalid] = xref:ChainstateManager.adoc[ChainstateManager]::m_best_invalid :relfileprefix: ../ :mrdocs: Best known invalid block, tracked to detect a longer invalid chain than the valid one. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f9513c46d18), guarded_by(0x7f9502de84b8), guarded_by(0x7f950b21ac88), guarded_by(0x7f9514bf4c78)]] xref:CBlockIndex.adoc[CBlockIndex]* m_best_invalid = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#