From 2bfdbd3e351a5787d2900d5935c6dbe149241fd9 Mon Sep 17 00:00:00 2001 From: Peter Bushnell Date: Wed, 31 Aug 2022 09:35:48 +0100 Subject: [PATCH] Set testnet fork height for FortCanningGreatWorld --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 6e70b6e4e85..7c7159cb263 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -374,7 +374,7 @@ class CTestNetParams : public CChainParams { consensus.FortCanningRoadHeight = 893700; consensus.FortCanningCrunchHeight = 1011600; consensus.FortCanningSpringHeight = 1086000; - consensus.FortCanningGreatWorldHeight = std::numeric_limits::max(); + consensus.FortCanningGreatWorldHeight = 1223000; consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks