[#Chainstate-ForceFlushStateToDisk] = xref:Chainstate.adoc[Chainstate]::ForceFlushStateToDisk :relfileprefix: ../ :mrdocs: Flush all changes to disk. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ForceFlushStateToDisk(bool wipe_cache = true); ---- == Parameters [cols="1,4"] |=== | Name| Description | *wipe_cache* | Whether to drop the in‐memory coins cache after flushing. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#