Skip to content

Commit

Permalink
update fork height at 4100
Browse files Browse the repository at this point in the history
  • Loading branch information
vnetizen committed Feb 20, 2020
1 parent 0cef3af commit 8733501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 0)
define(_TRIGGER_VERSION_MAJOR, 0)
define(_TRIGGER_VERSION_MINOR, 1)
define(_TRIGGER_VERSION_REVISION, 1)
define(_TRIGGER_VERSION_REVISION, 2)
define(_TRIGGER_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CMainParams : public CChainParams {
consensus.fPowNoRetargeting = false;
consensus.nStartMiningTime = 1581519900;
consensus.nDgwPastBlocks = 30;
consensus.nDGWStartHeight = 3450;
consensus.nDGWStartHeight = 4100;

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

0 comments on commit 8733501

Please sign in to comment.