From 16ea45881c18f1264f8033202410a7ae8adc79e1 Mon Sep 17 00:00:00 2001 From: Prasanna Loganathar Date: Tue, 27 Dec 2022 19:10:36 +0800 Subject: [PATCH] Set GrandCentralEpilogue release (#1673) * Set GrandCentralEpilogue release * Update chainparams.cpp Co-authored-by: Jouzo <15011228+Jouzo@users.noreply.github.com> --- configure.ac | 4 ++-- src/chainparams.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b80aae9abc..d99ef4317b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ define(_CLIENT_VERSION_MAJOR, 3) define(_CLIENT_VERSION_MINOR, 2) define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_RC, 1) -define(_CLIENT_VERSION_IS_RELEASE, false) +define(_CLIENT_VERSION_RC, 0) +define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[DeFi Blockchain]]) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 2bdafeb474..ac253dbfa9 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -139,7 +139,7 @@ class CMainParams : public CChainParams { consensus.FortCanningGreatWorldHeight = 2212000; // Sep 7th, 2022. consensus.FortCanningEpilogueHeight = 2257500; // Sep 22nd, 2022. consensus.GrandCentralHeight = 2479000; // Dec 8th, 2022. - consensus.GrandCentralEpilogueHeight = std::numeric_limits::max(); + consensus.GrandCentralEpilogueHeight = 2574000; // Jan 10th, 2023. consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks