Skip to content

Commit

Permalink
v4.1.10 (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Sep 28, 2024
1 parent b309f1d commit 50a50e8
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 @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 9)
define(_CLIENT_VERSION_REVISION, 10)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class CTestNetParams : public CChainParams {
consensus.DF21GrandCentralEpilogueHeight = 1150030;
consensus.DF22MetachainHeight = 1150040;
consensus.DF23Height = 1507200;
consensus.DF24Height = std::numeric_limits<int>::max();
consensus.DF24Height = 1810800;

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

0 comments on commit 50a50e8

Please sign in to comment.