Chainstate::NeedsRedownload

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

Synopsis

Declared in <validation.h>

[[nodiscard, requires_capability(0x7f9513ab4f88), requires_capability(0x7f9502c97ff8), requires_capability(0x7f9525449d28), requires_capability(0x7f9517400008)]]
bool
NeedsRedownload() const;

Return Value

true if the chain state needs to be redownloaded.

NOTE

The return value should not be discarded.