Skip to content

Commit 8b4ab03

Browse files
fix: suppress MIN_MASTERNODE_PROTO_VERSION bump in 6608
1 parent aca04d1 commit 8b4ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
2020
static const int MIN_PEER_PROTO_VERSION = 70216;
2121

2222
//! minimum proto version of masternode to accept in DKGs
23-
static const int MIN_MASTERNODE_PROTO_VERSION = 70237;
23+
static const int MIN_MASTERNODE_PROTO_VERSION = 70235;
2424

2525
//! protocol version is included in MNAUTH starting with this version
2626
static const int MNAUTH_NODE_VER_VERSION = 70218;

0 commit comments

Comments
 (0)