[#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(0x7f9513ab3868), guarded_by(0x7f9502c968d8), guarded_by(0x7f9525448608), guarded_by(0x7f95173fe8e8)]] mutable xref:CBlockIndex.adoc[CBlockIndex] const* m_cached_target_block = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#