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