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

Synopsis

Declared in <validation.h>

[[nodiscard, requires_capability(0x7f2e1ba84bf8), requires_capability(0x7f2e14564848), requires_capability(0x7f2e373bd9f8), requires_capability(0x7f2e36e34648)]]
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