[#Chainstate-m_cached_target_block] = xref:Chainstate.adoc[Chainstate]::m_cached_target_block :relfileprefix: ../ :mrdocs: Cached result of LookupBlockIndex(*m_target_blockhash) == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b901128), guarded_by(0x7ff375c47d38), guarded_by(0x7ff37e052ba8), guarded_by(0x7ff375933b08)]] mutable xref:CBlockIndex.adoc[CBlockIndex] const* m_cached_target_block = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#