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 72cd6b20ca
commit 98790608a4
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,
}
};