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