Skip to content

Commit b0c5dc4

Browse files
committed
Bump MIN_PEER_PROTO_VERSION to 70214
We no longer need to support pre-v0.14 nodes.
1 parent aa144e4 commit b0c5dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static const int INIT_PROTO_VERSION = 209;
2020
static const int GETHEADERS_VERSION = 70077;
2121

2222
//! disconnect from peers older than this proto version
23-
static const int MIN_PEER_PROTO_VERSION = 70213;
23+
static const int MIN_PEER_PROTO_VERSION = 70214;
2424

2525
//! nTime field added to CAddress, starting with this version;
2626
//! if possible, avoid requesting addresses nodes older than this

0 commit comments

Comments
 (0)