diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-06-01 16:47:36 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-06-06 17:10:23 +0000 |
commit | 98790608a43e60b8025346034d28ff1f58cebab0 (patch) | |
tree | b9a3ce893fde333352e4411841165178a8d5a430 /src/versionbits.cpp | |
parent | 72cd6b20cae3d1eda2f917f1608a8ae7f1e606f7 (diff) |
getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not
Diffstat (limited to 'src/versionbits.cpp')
-rw-r--r-- | src/versionbits.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/versionbits.cpp b/src/versionbits.cpp index 041ca2adbc..c06c9907be 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -9,9 +9,11 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION_BITS_DEPLOYMENTS] = { { /*.name =*/ "testdummy", + /*.gbt_force =*/ true, }, { /*.name =*/ "csv", + /*.gbt_force =*/ true, } }; |