Skip to content

Commit f852813

Browse files
jl2012sipa
authored andcommitted
BIP9 parameters for testnet
1 parent 070dbc4 commit f852813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ class CTestNetParams : public CChainParams {
190190

191191
// Deployment of SegWit (BIP141 and BIP143)
192192
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;
193-
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 2000000000; // Far in the future
194-
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 2100000000;
193+
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1462060800; // May 1st 2016
194+
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1493596800; // May 1st 2017
195195

196196
pchMessageStart[0] = 0x0b;
197197
pchMessageStart[1] = 0x11;

0 commit comments

Comments
 (0)