Whether the chain state needs to be redownloaded due to lack of witness data.

Synopsis

Declared in <validation.h>

[[nodiscard, requires_capability(0x7ff37b902848), requires_capability(0x7ff375c49458), requires_capability(0x7ff37e0542c8), requires_capability(0x7ff375935228)]]
bool
NeedsRedownload() const;

Return Value

true if the chain state needs to be redownloaded.

Note

The return value should not be discarded.

Created with MrDocs