Skip to content

Commit

Permalink
Version 2.7.0 (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Apr 1, 2022
1 parent 35ad71b commit 3f7f6ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions master
Submodule master added at 06b7e5
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CMainParams : public CChainParams {
consensus.FortCanningMuseumHeight = 1430640;
consensus.FortCanningParkHeight = 1503143;
consensus.FortCanningHillHeight = 1604999; // Feb 7, 2022.
consensus.FortCanningRoadHeight = std::numeric_limits<int>::max();
consensus.FortCanningRoadHeight = 1786000; // April 11, 2022.

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 = 70027;
static const int PROTOCOL_VERSION = 70028;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit 3f7f6ec

Please sign in to comment.