Skip to content

Commit

Permalink
Set testnet EP fork and increment PROTOCOL_VERSION. (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Jul 15, 2021
1 parent c741243 commit d81c414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class CTestNetParams : public CChainParams {
consensus.EunosHeight = 354950;
consensus.EunosSimsHeight = consensus.EunosHeight;
consensus.EunosKampungHeight = consensus.EunosHeight;
consensus.EunosPayaHeight = std::numeric_limits<int>::max();
consensus.EunosPayaHeight = 463300;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d81c414

Please sign in to comment.