diff options
| author | Luke Dashjr <[email protected]> | 2016-06-01 16:47:36 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2016-06-06 17:10:23 +0000 |
| commit | 98790608a43e60b8025346034d28ff1f58cebab0 (patch) | |
| tree | b9a3ce893fde333352e4411841165178a8d5a430 /src/versionbits.cpp | |
| parent | qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (diff) | |
| download | discoin-98790608a43e60b8025346034d28ff1f58cebab0.tar.xz discoin-98790608a43e60b8025346034d28ff1f58cebab0.zip | |
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 041ca2adb..c06c9907b 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, } }; |