From d2ca1b3c6cee0419ec948354ba913e46d7d70eef Mon Sep 17 00:00:00 2001 From: monstrobishi Date: Tue, 20 Oct 2020 15:27:58 +0800 Subject: [PATCH] Updated testnet height --- src/chainparams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 340f536e85..9cbe2baded 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -273,8 +273,8 @@ class CTestNetParams : public CChainParams { consensus.BIP34Hash = uint256(); consensus.BIP65Height = 0; // 00000000007f6655f22f98e72ed80d8b06dc761d5da09df0fa1dc4be4f861eb6 consensus.BIP66Height = 0; // 000000002104c8c45e99a8853285a3b592602a3ccde2b832481da85e9e4ba182 - consensus.AMKHeight = 324500; - consensus.BayfrontHeight = 388500; + consensus.AMKHeight = 150; + consensus.BayfrontHeight = 3000; consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks