Skip to content

Commit

Permalink
chore: bump MIN_PEER_PROTO_VERSION to 70216
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Sep 24, 2024
1 parent ee4115e commit 4602e09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/release-notes-6281.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
P2P and Network Changes
-----------------------

`MIN_PEER_PROTO_VERSION` has been bumped to `70216`
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static const int PROTOCOL_VERSION = 70234;
static const int INIT_PROTO_VERSION = 209;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70215;
static const int MIN_PEER_PROTO_VERSION = 70216;

//! minimum proto version of masternode to accept in DKGs
static const int MIN_MASTERNODE_PROTO_VERSION = 70233;
Expand Down

0 comments on commit 4602e09

Please sign in to comment.