chore: bump MIN_MASTERNODE_PROTO_VERSION to latest proto

This commit is contained in:
pasta 2024-12-06 17:18:35 -06:00
parent 96c97bb169
commit 1ecfb891bc
No known key found for this signature in database
GPG Key ID: E2F3D7916E722D38

View File

@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int MIN_PEER_PROTO_VERSION = 70216; static const int MIN_PEER_PROTO_VERSION = 70216;
//! minimum proto version of masternode to accept in DKGs //! minimum proto version of masternode to accept in DKGs
static const int MIN_MASTERNODE_PROTO_VERSION = 70233; static const int MIN_MASTERNODE_PROTO_VERSION = 70235;
//! protocol version is included in MNAUTH starting with this version //! protocol version is included in MNAUTH starting with this version
static const int MNAUTH_NODE_VER_VERSION = 70218; static const int MNAUTH_NODE_VER_VERSION = 70218;