[#Consensus-BIP9Deployment-threshold] = xref:Consensus.adoc[Consensus]::xref:Consensus/BIP9Deployment.adoc[BIP9Deployment]::threshold :relfileprefix: ../../ :mrdocs: Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period, which is also used for BIP9 deployments. Examples: 1916 for 95%, 1512 for testchains. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint32_t threshold = {1916}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#