Selects which databases to wipe on startup.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
bool
SetWipeDbs(
bool wipe_block_tree,
bool wipe_chainstate);
Return Value
True on success.
Parameters
Name |
Description |
wipe_block_tree |
Whether to wipe the block tree database. |
wipe_chainstate |
Whether to wipe the chainstate database. |
Created with MrDocs