ChainstateManager::DeleteChainstate

Remove the chainstate and all on-disk artifacts. Used when reindex{-chainstate} is called during snapshot use.

Synopsis

Declared in <validation.h>

[[nodiscard, requires_capability(0x7ff37ba95ac8), requires_capability(0x7ff375ddc458), requires_capability(0x7ff37e1a5d28), requires_capability(0x7ff375a97b98)]]
bool
DeleteChainstate(Chainstate& chainstate);

Return Value

true if the chainstate and its artifacts were deleted successfully.

NOTE

The return value should not be discarded.

Parameters

NameDescription
chainstateThe chainstate to remove and delete from disk.