[#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(0x7f2e18da6748), guarded_by(0x7f2e18c0a8a8), guarded_by(0x7f2e3219cd08), guarded_by(0x7f2e34801138), guarded_by(0x7f2e331bb598), guarded_by(0x7f2e32e734f8), guarded_by(0x7f2e42eece48), guarded_by(0x7f2e2ad457b8), guarded_by(0x7f2e318b8038), guarded_by(0x7f2e283edf98), guarded_by(0x7f2e29d403a8)]] 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]#