[#CBlockIndex-nStatus] = xref:CBlockIndex.adoc[CBlockIndex]::nStatus :relfileprefix: ../ :mrdocs: Verification status of this block. See enum BlockStatus == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff36cbf2818), guarded_by(0x7ff379204d58), guarded_by(0x7ff39283ad38), guarded_by(0x7ff383369058), guarded_by(0x7ff38bd20bb8), guarded_by(0x7ff392c20a78), guarded_by(0x7ff36c161688), guarded_by(0x7ff381ccf1d8), guarded_by(0x7ff38d75c228), guarded_by(0x7ff36872ced8), guarded_by(0x7ff3743a6c18)]] uint32_t nStatus = {0}; ---- == Description Note: this value is modified to show BLOCK_OPT_WITNESS during UTXO snapshot load to avoid a spurious startup failure requiring ‐reindex. [.small]#Created with https://www.mrdocs.com[MrDocs]#