Skip to content

Commit 19e4a40

Browse files
author
coin-server
committed
Merge branch 'protocol-bump' into 'master'
Protocol Bump See merge request ProjectMerge/merge!36
2 parents c7baeb0 + 3e28fd0 commit 19e4a40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/version.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* network protocol versioning
1313
*/
1414

15-
static const int PROTOCOL_VERSION = 70912;
15+
static const int PROTOCOL_VERSION = 70913;
1616

1717
//! initial proto version, to be increased after version/verack negotiation
1818
static const int INIT_PROTO_VERSION = 209;
@@ -21,8 +21,8 @@ static const int INIT_PROTO_VERSION = 209;
2121
static const int GETHEADERS_VERSION = 70077;
2222

2323
//! disconnect from peers older than this proto version
24-
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70911;
25-
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70912;
24+
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70912;
25+
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70913;
2626

2727
//! nTime field added to CAddress, starting with this version;
2828
//! if possible, avoid requesting addresses nodes older than this
@@ -39,4 +39,3 @@ static const int NO_BLOOM_VERSION = 70005;
3939

4040

4141
#endif // BITCOIN_VERSION_H
42-

0 commit comments

Comments
 (0)