[#btck-ChainstateManagerOptions-UpdateChainstateDbInMemory] = xref:btck.adoc[btck]::xref:btck/ChainstateManagerOptions.adoc[ChainstateManagerOptions]::UpdateChainstateDbInMemory :relfileprefix: ../../ :mrdocs: Controls whether the chainstate database is kept in memory. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UpdateChainstateDbInMemory(bool chainstate_db_in_memory); ---- == Parameters [cols="1,4"] |=== | Name| Description | *chainstate_db_in_memory* | True to keep the chainstate database in memory. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#