[#Consensus-BIP9Deployment-ALWAYS_ACTIVE] = xref:Consensus.adoc[Consensus]::xref:Consensus/BIP9Deployment.adoc[BIP9Deployment]::ALWAYS_ACTIVE :relfileprefix: ../../ :mrdocs: Special value for nStartTime indicating that the deployment is always active. This is useful for testing, as it means tests don't need to deal with the activation process (which takes at least 3 BIP9 intervals). Only tests that specifically test the behaviour during activation cannot use this. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static int64_t ALWAYS_ACTIVE = ‐1; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#