[#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(0x7ff37b9038f8), guarded_by(0x7ff375c4a508), guarded_by(0x7ff37e055378), guarded_by(0x7ff3759362d8)]] xref:CBlockIndex.adoc[CBlockIndex] const* m_last_flushed_block = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#