Skip to content

Commit

Permalink
Version 2.10.0 (DeFiCh#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Aug 30, 2022
1 parent 387f346 commit 259ef11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 9)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_MINOR, 10)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
3 changes: 2 additions & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ class CMainParams : public CChainParams {
consensus.FortCanningRoadHeight = 1786000; // April 11, 2022.
consensus.FortCanningCrunchHeight = 1936000; // June 2, 2022.
consensus.FortCanningSpringHeight = 2033000; // July 6, 2022.
consensus.GreatWorldHeight = std::numeric_limits<int>::max();
// TODO: Rename later to FortCanningGreatWorld
consensus.GreatWorldHeight = 2212000; // Sep 7th, 2022.

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down

0 comments on commit 259ef11

Please sign in to comment.