getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not

This commit is contained in:
Luke Dashjr
2016-06-01 16:47:36 +00:00
parent 40e81f5f57
commit 65ee3324fb
3 changed files with 34 additions and 2 deletions

View File

@@ -9,9 +9,11 @@
const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS] = {
{
/*.name =*/ "testdummy",
/*.gbt_force =*/ true,
},
{
/*.name =*/ "csv",
/*.gbt_force =*/ true,
}
};