We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c97bb commit 1ecfb89Copy full SHA for 1ecfb89
src/version.h
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
20
static const int MIN_PEER_PROTO_VERSION = 70216;
21
22
//! minimum proto version of masternode to accept in DKGs
23
-static const int MIN_MASTERNODE_PROTO_VERSION = 70233;
+static const int MIN_MASTERNODE_PROTO_VERSION = 70235;
24
25
//! protocol version is included in MNAUTH starting with this version
26
static const int MNAUTH_NODE_VER_VERSION = 70218;
0 commit comments