Skip to content

Commit

Permalink
update DEPLOYMENT_CSV timings
Browse files Browse the repository at this point in the history
  • Loading branch information
jc committed Mar 15, 2018
1 parent f7b7d2e commit 46a95ca
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 @@ -61,8 +61,8 @@ class CMainParams : public CChainParams {

// Deployment of BIP68, BIP112, and BIP113.
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].bit = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime = 1462060800; // May 1st, 2016
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = 1493596800; // May 1st, 2017
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nStartTime = 1521504000; // 2018-03-20
consensus.vDeployments[Consensus::DEPLOYMENT_CSV].nTimeout = 1553040000; // 2019-03-20

pchMessageStart[0] = 0xa8;
pchMessageStart[1] = 0xea;
Expand Down

0 comments on commit 46a95ca

Please sign in to comment.