Skip to content

Commit

Permalink
v4-beta5 (#2193)
Browse files Browse the repository at this point in the history
Co-authored-by: Prasanna Loganathar <[email protected]>
  • Loading branch information
Bushstar and prasannavl authored Jul 18, 2023
1 parent 1c7c1a4 commit 47b08e2
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 @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 4)
define(_CLIENT_VERSION_RC, 5)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ class CChangiParams : public CChainParams {
consensus.ChangiIntermediateHeight = 1717800;
consensus.ChangiIntermediateHeight2 = 1717493;
consensus.ChangiIntermediateHeight3 = 1730100;
consensus.ChangiIntermediateHeight4 = std::numeric_limits<int>::max();
consensus.ChangiIntermediateHeight4 = 1775300;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.pos.nTargetTimespan = 5 * 60; // 5 min == 10 blocks
Expand Down

0 comments on commit 47b08e2

Please sign in to comment.