File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ P2P and network changes
2
+ -----------------------
3
+
4
+ - The protocol version has been bumped to 70232. This should be identical in behavior to 70231.
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
14
- static const int PROTOCOL_VERSION = 70231 ;
14
+ static const int PROTOCOL_VERSION = 70232 ;
15
15
16
16
//! initial proto version, to be increased after version/verack negotiation
17
17
static const int INIT_PROTO_VERSION = 209 ;
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
20
20
static const int MIN_PEER_PROTO_VERSION = 70215 ;
21
21
22
22
//! minimum proto version of masternode to accept in DKGs
23
- static const int MIN_MASTERNODE_PROTO_VERSION = 70230 ;
23
+ static const int MIN_MASTERNODE_PROTO_VERSION = 70232 ;
24
24
25
25
//! protocol version is included in MNAUTH starting with this version
26
26
static const int MNAUTH_NODE_VER_VERSION = 70218 ;
You can’t perform that action at this time.
0 commit comments