File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -212,11 +212,6 @@ class CTestNetParams : public CChainParams {
212
212
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT2X].nStartTime = 1496275200 ; // June 1, 2017.
213
213
consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT2X].nTimeout = 1510704000 ; // November 15th, 2017
214
214
215
- // Deployment of SegWit2x
216
- consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT2X].bit = 4 ;
217
- consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT2X].nStartTime = 1496275200 ; // June 1st, 2017.
218
- consensus.vDeployments [Consensus::DEPLOYMENT_SEGWIT2X].nTimeout = 1510704000 ; // November 15th, 2017.
219
-
220
215
// The best chain should have at least this much work.
221
216
consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000000000000000000100" );
222
217
You can’t perform that action at this time.
0 commit comments