DeploymentName

Returns the human-readable name of a buried (always-active) deployment.

Synopsis

Declared in <deploymentinfo.h>

std::string
DeploymentName(Consensus::BuriedDeployment dep);

Return Value

The deployment name.

Parameters

NameDescription
depThe buried deployment to name.