[#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(0x7f9500cbe178), guarded_by(0x7f95119057b8), guarded_by(0x7f951ec49a38), guarded_by(0x7f9524d79b38), guarded_by(0x7f9503ca0408), guarded_by(0x7f9516ce9ad8), guarded_by(0x7f9520d77d98), guarded_by(0x7f9524d44638), guarded_by(0x7f9517141a08), guarded_by(0x7f9516bbe4a8), guarded_by(0x7f94f3859358)]] 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]#