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