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 1111 * network protocol versioning
1212 */
1313
14- static const int PROTOCOL_VERSION = 70913 ;
14+ static const int PROTOCOL_VERSION = 70914 ;
1515
1616//! initial proto version, to be increased after version/verack negotiation
1717static const int INIT_PROTO_VERSION = 209 ;
@@ -21,7 +21,7 @@ static const int GETHEADERS_VERSION = 70077;
2121
2222//! disconnect from peers older than this proto version
2323static 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 ;
2525
2626//! masternodes older than this proto version use old strMessage format for mnannounce
2727static const int MIN_PEER_MNANNOUNCE = 70913 ;
You can’t perform that action at this time.
0 commit comments