Skip to content

Commit

Permalink
BIP9 parameters for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jl2012 authored and sipa committed Jun 13, 2016
1 parent 8836ef4 commit 29d9650
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 @@ -198,8 +198,8 @@ class CTestNetParams : public CChainParams {

// Deployment of SegWit (BIP141 and BIP143)
consensus.vDeployments[Consensus::DEPLOYMENT_WITNESS].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_WITNESS].nStartTime = 2000000000; // Far in the future
consensus.vDeployments[Consensus::DEPLOYMENT_WITNESS].nTimeout = 2100000000;
consensus.vDeployments[Consensus::DEPLOYMENT_WITNESS].nStartTime = 1462060800; // May 1st 2016
consensus.vDeployments[Consensus::DEPLOYMENT_WITNESS].nTimeout = 1493596800; // May 1st 2017

pchMessageStart[0] = 0x0b;
pchMessageStart[1] = 0x11;
Expand Down

0 comments on commit 29d9650

Please sign in to comment.