@@ -91,10 +91,10 @@ class CMainParams : public CChainParams {
91
91
consensus.vDeployments [Consensus::DEPLOYMENT_CSV].nStartTime = 1462060800 ; // May 1st, 2016
92
92
consensus.vDeployments [Consensus::DEPLOYMENT_CSV].nTimeout = 1493596800 ; // May 1st, 2017
93
93
94
- // Deployment of SegWit (BIP141 and BIP143 )
94
+ // Deployment of SegWit (BIP141, BIP143, and BIP147 )
95
95
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].bit = 1 ;
96
- consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nStartTime = 0 ;
97
- consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 0 ; // Never / undefined
96
+ consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1479168000 ; // November 15th, 2016.
97
+ consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1510704000 ; // November 15th, 2017.
98
98
99
99
/* *
100
100
* The message start string is designed to be unlikely to occur in normal data.
@@ -186,7 +186,7 @@ class CTestNetParams : public CChainParams {
186
186
consensus.vDeployments [Consensus::DEPLOYMENT_CSV].nStartTime = 1456790400 ; // March 1st, 2016
187
187
consensus.vDeployments [Consensus::DEPLOYMENT_CSV].nTimeout = 1493596800 ; // May 1st, 2017
188
188
189
- // Deployment of SegWit (BIP141 and BIP143 )
189
+ // Deployment of SegWit (BIP141, BIP143, and BIP147 )
190
190
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].bit = 1 ;
191
191
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1462060800 ; // May 1st 2016
192
192
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1493596800 ; // May 1st 2017
0 commit comments