Skip to content

Commit 6b37bf0

Browse files
committed
Update version.h
1 parent e7f1275 commit 6b37bf0

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
@@ -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_AFTER_ENFORCEMENT = 70712;
2524
static const int MIN_PEER_PROTO_VERSION_BEFORE_ENFORCEMENT = 70711;
25+
static const int MIN_PEER_PROTO_VERSION_AFTER_ENFORCEMENT = 70712;
2626

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

0 commit comments

Comments
 (0)