[bip9] Combine csv and segwit into one, as the enum establishes

This commit is contained in:
Jon Layton 2018-10-17 01:09:14 -05:00
parent 9f33304274
commit e5364a42d6
1 changed files with 1 additions and 5 deletions

View File

@ -12,11 +12,7 @@ const struct VBDeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_B
/*.gbt_force =*/ true, /*.gbt_force =*/ true,
}, },
{ {
/*.name =*/ "csv", /*.name =*/ "csv-segwit",
/*.gbt_force =*/ true,
},
{
/*.name =*/ "segwit",
/*.gbt_force =*/ true, /*.gbt_force =*/ true,
} }
}; };