diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-03-18 11:38:30 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-03-18 11:39:04 +0100 |
| commit | ccb47bf83036f60dbef04f90aa06dd0f9c1917ac (patch) | |
| tree | 016aa69f5c0d761787df1be69d1f60ae069bba1a /src/versionbits.cpp | |
| parent | Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport) (diff) | |
| parent | Test transaction selection when gbt called without segwit support (diff) | |
| download | discoin-ccb47bf83036f60dbef04f90aa06dd0f9c1917ac.tar.xz discoin-ccb47bf83036f60dbef04f90aa06dd0f9c1917ac.zip | |
Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for segwit signalling or mining
2cd2cd5 Test transaction selection when gbt called without segwit support (Suhas Daftuar)
569596c Don't require segwit in getblocktemplate for segwit signalling or mining (Suhas Daftuar)
Tree-SHA512: bf2672287713e5adc7e851791207e17490679f941d0b9ed38467ffede3aa3000d229151b8ae54323fc8037e0a8569b2fd910ec19f034fb85d9142289648793c3
Diffstat (limited to 'src/versionbits.cpp')
| -rw-r--r-- | src/versionbits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versionbits.cpp b/src/versionbits.cpp index d73f34051..8a7cce748 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -17,7 +17,7 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION }, { /*.name =*/ "segwit", - /*.gbt_force =*/ false, + /*.gbt_force =*/ true, } }; |