Skip to content

Commit

Permalink
chore: bump protocol version to 70233
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Aug 7, 2024
1 parent 87c918a commit 3783b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/


static const int PROTOCOL_VERSION = 70232;
static const int PROTOCOL_VERSION = 70233;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand All @@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
static const int MIN_PEER_PROTO_VERSION = 70215;

//! minimum proto version of masternode to accept in DKGs
static const int MIN_MASTERNODE_PROTO_VERSION = 70232;
static const int MIN_MASTERNODE_PROTO_VERSION = 70233;

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

0 comments on commit 3783b70

Please sign in to comment.