We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070dbc4 commit f852813Copy full SHA for f852813
src/chainparams.cpp
@@ -190,8 +190,8 @@ class CTestNetParams : public CChainParams {
190
191
// Deployment of SegWit (BIP141 and BIP143)
192
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;
+ consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1462060800; // May 1st 2016
+ consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 1493596800; // May 1st 2017
195
196
pchMessageStart[0] = 0x0b;
197
pchMessageStart[1] = 0x11;
0 commit comments