[#Consensus-Params-script_flag_exceptions] = xref:Consensus.adoc[Consensus]::xref:Consensus/Params.adoc[Params]::script_flag_exceptions :relfileprefix: ../../ :mrdocs: Hashes of blocks that ‐ are known to be consensus valid, and ‐ buried in the chain, and ‐ fail if the default script verify flags are applied. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::map<uint256, script_verify_flags> script_flag_exceptions; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#