Consensus::Params::DeploymentHeight

Returns the activation height of a buried deployment.

Synopsis

Declared in <consensus/params.h>

int
DeploymentHeight(BuriedDeployment dep) const;

Return Value

The block height at which the deployment activates, or int max if unknown.

Parameters

NameDescription
depThe buried deployment to look up.