[#Chainstate-m_last_flushed_block] = xref:Chainstate.adoc[Chainstate]::m_last_flushed_block :relfileprefix: ../ :mrdocs: Block index entry of the last block flushed to disk. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f9513ab6038), guarded_by(0x7f9502c990a8), guarded_by(0x7f952544add8), guarded_by(0x7f95174010b8)]] xref:CBlockIndex.adoc[CBlockIndex] const* m_last_flushed_block = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#