[#Consensus-BIP9Deployment-NEVER_ACTIVE] = xref:Consensus.adoc[Consensus]::xref:Consensus/BIP9Deployment.adoc[BIP9Deployment]::NEVER_ACTIVE :relfileprefix: ../../ :mrdocs: Special value for nStartTime indicating that the deployment is never active. This is useful for integrating the code changes for a new feature prior to deploying it on some or all networks. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static int64_t NEVER_ACTIVE = ‐2; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#