42 if (
name ==
"segwit") {
44 }
else if (
name ==
"bip34") {
46 }
else if (
name ==
"dersig") {
48 }
else if (
name ==
"cltv") {
50 }
else if (
name ==
"csv") {
std::optional< Consensus::BuriedDeployment > GetBuriedDeployment(const std::string_view name)
const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS]
std::string DeploymentName(Consensus::BuriedDeployment dep)
Transaction validation functions.
constexpr bool ValidDeployment(BuriedDeployment dep)
@ MAX_VERSION_BITS_DEPLOYMENTS
BuriedDeployment
A buried deployment is one where the height of the activation has been hardcoded into the client impl...