From d81c4148ab4097e7d7e6fd606d1974d6bd760ef9 Mon Sep 17 00:00:00 2001 From: Peter John Bushnell Date: Thu, 15 Jul 2021 12:29:40 +0100 Subject: [PATCH] Set testnet EP fork and increment PROTOCOL_VERSION. (#614) --- src/chainparams.cpp | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index f3b43eeb2a..02284fa38e 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -346,7 +346,7 @@ class CTestNetParams : public CChainParams { consensus.EunosHeight = 354950; consensus.EunosSimsHeight = consensus.EunosHeight; consensus.EunosKampungHeight = consensus.EunosHeight; - consensus.EunosPayaHeight = std::numeric_limits::max(); + consensus.EunosPayaHeight = 463300; consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks diff --git a/src/version.h b/src/version.h index ed2ae05c2f..548fa98c89 100644 --- a/src/version.h +++ b/src/version.h @@ -9,7 +9,7 @@ * network protocol versioning */ -static const int PROTOCOL_VERSION = 70017; +static const int PROTOCOL_VERSION = 70018; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;