Controls whether the chainstate database is kept in memory.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
void
UpdateChainstateDbInMemory(bool chainstate_db_in_memory);
Parameters
Name |
Description |
chainstate_db_in_memory |
True to keep the chainstate database in memory. |
Created with MrDocs