Skip to content

Commit 1ecfb89

Browse files
chore: bump MIN_MASTERNODE_PROTO_VERSION to latest proto
1 parent 96c97bb commit 1ecfb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

+1-1
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 = 70233;
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)