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