Determine if a deployment is enabled (can ever be active)
Synopsis
Declared in <deploymentstatus.h>
bool
DeploymentEnabled(
Consensus::Params const& params,
Consensus::BuriedDeployment dep);
Return Value
true if the deployment can ever become active.
Parameters
Name |
Description |
params |
The consensus parameters holding the deployment schedule. |
dep |
The buried deployment to test. |
Created with MrDocs