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
Name |
Description |
dep |
The buried deployment to look up. |
Created with MrDocs