File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* network protocol versioning
12
12
*/
13
13
14
- static const int PROTOCOL_VERSION = 70913 ;
14
+ static const int PROTOCOL_VERSION = 70914 ;
15
15
16
16
//! initial proto version, to be increased after version/verack negotiation
17
17
static const int INIT_PROTO_VERSION = 209 ;
@@ -21,7 +21,7 @@ static const int GETHEADERS_VERSION = 70077;
21
21
22
22
//! disconnect from peers older than this proto version
23
23
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70912 ;
24
- static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70913 ;
24
+ static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70914 ;
25
25
26
26
//! masternodes older than this proto version use old strMessage format for mnannounce
27
27
static const int MIN_PEER_MNANNOUNCE = 70913 ;
You can’t perform that action at this time.
0 commit comments