Skip to content

Commit

Permalink
Merge pull request #23 from nitsujlangston/cleanup/duplicateTestnetSe…
Browse files Browse the repository at this point in the history
…gwit2xDeployment

Cleaning up duplicate testnet segwit2x deployment block
  • Loading branch information
jgarzik authored Jun 17, 2017
2 parents 7c040e6 + 2282181 commit edff1ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@ class CTestNetParams : public CChainParams {
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].nStartTime = 1496275200; // June 1, 2017.
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].nTimeout = 1510704000; // November 15th, 2017

// Deployment of SegWit2x
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].bit = 4;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].nStartTime = 1496275200; // June 1st, 2017.
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT2X].nTimeout = 1510704000; // November 15th, 2017.

// The best chain should have at least this much work.
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000000000000000000100");

Expand Down

0 comments on commit edff1ac

Please sign in to comment.