Whether the chain state needs to be redownloaded due to lack of witness data.
Synopsis
Declared in <validation.h>
[[nodiscard, requires_capability(0x7fbc8fb66868), requires_capability(0x7fbc96bfeed8), requires_capability(0x7fbcaf5d62e8), requires_capability(0x7fbc9e0dcab8)]]
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