[#CBlockIndex-RaiseValidity] = xref:CBlockIndex.adoc[CBlockIndex]::RaiseValidity :relfileprefix: ../ :mrdocs: Raise the validity level of this block index entry. Returns true if the validity was changed. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e18da6a78), requires_capability(0x7f2e18c0abd8), requires_capability(0x7f2e3219d038), requires_capability(0x7f2e34801468), requires_capability(0x7f2e331bb8c8), requires_capability(0x7f2e32e73828), requires_capability(0x7f2e42eed178), requires_capability(0x7f2e2ad45ae8), requires_capability(0x7f2e318b8368), requires_capability(0x7f2e283ee2c8), requires_capability(0x7f2e29d406d8)]] bool RaiseValidity(xref:BlockStatus.adoc[BlockStatus] nUpTo); ---- == Return Value True if the validity level was raised, otherwise false. == Parameters [cols="1,4"] |=== | Name| Description | *nUpTo* | The validity level to raise the entry to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#