Skip to content

Commit 9ee7d98

Browse files
presstabFuzzbawls
authored andcommitted
Update protocol to 70914.
1 parent ebc4527 commit 9ee7d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
1717
static 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
2323
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;
2525

2626
//! masternodes older than this proto version use old strMessage format for mnannounce
2727
static const int MIN_PEER_MNANNOUNCE = 70913;

0 commit comments

Comments
 (0)