diff --git a/doc/release-notes-6281.md b/doc/release-notes-6281.md new file mode 100644 index 0000000000..8958cd8b81 --- /dev/null +++ b/doc/release-notes-6281.md @@ -0,0 +1,4 @@ +P2P and Network Changes +----------------------- + +`MIN_PEER_PROTO_VERSION` has been bumped to `70216` diff --git a/src/version.h b/src/version.h index 7b5b48e641..291ffdee25 100644 --- a/src/version.h +++ b/src/version.h @@ -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;