In case of an invalid snapshot, rename the coins leveldb directory so that it can be examined for issue diagnosis.

Synopsis

Declared in <validation.h>

[[nodiscard, requires_capability(0x7f2e1ba85d68), requires_capability(0x7f2e145659b8), requires_capability(0x7f2e373beb68), requires_capability(0x7f2e36e357b8)]]
util::Result<void>
InvalidateCoinsDBOnDisk();

Return Value

A successful result, or an error if the directory could not be renamed.

Note

The return value should not be discarded.

Created with MrDocs