Skip to content

Commit

Permalink
Run CSV AND SegWit Side By Side
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoExpert committed Feb 5, 2017
1 parent 5936266 commit c914c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class CMainParams : public CChainParams {

// Deployment of SegWit (BIP141, BIP143, and BIP147)
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1487894400; //1479168000; // Feb 24th. 2017
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1488499200; //1510704000; // March 3rd. 2017 .
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1486944000; //1479168000; // Feb 13th. 2017
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1487808000; //1510704000; // Feb 23rd. 2017 .

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

0 comments on commit c914c8a

Please sign in to comment.