[#Consensus-Params-DeploymentHeight] = xref:Consensus.adoc[Consensus]::xref:Consensus/Params.adoc[Params]::DeploymentHeight :relfileprefix: ../../ :mrdocs: Returns the activation height of a buried deployment. == Synopsis Declared in `<consensus/params.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int DeploymentHeight(xref:Consensus/BuriedDeployment.adoc[BuriedDeployment] dep) const; ---- == Return Value The block height at which the deployment activates, or int max if unknown. == Parameters [cols="1,4"] |=== | Name| Description | *dep* | The buried deployment to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#