chore: bump MIN_PEER_PROTO_VERSION to 70216

This commit is contained in:
Kittywhiskers Van Gogh 2024-09-24 14:04:38 +00:00
parent ee4115e734
commit 4602e09751
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
P2P and Network Changes
-----------------------
`MIN_PEER_PROTO_VERSION` has been bumped to `70216`

View File

@ -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;