Skip to content

Commit

Permalink
net: Bump MIN_PEER_PROTO_VERSION to 70015
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Feb 22, 2024
1 parent fe0bc10 commit b6a13fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static const int OLD_VERSION = 70015;
static const int INIT_PROTO_VERSION = 209;

//! disconnect from peers older than this proto version
static const int MIN_PEER_PROTO_VERSION = 70012;
static const int MIN_PEER_PROTO_VERSION = 70015;

//! BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;
Expand Down

0 comments on commit b6a13fd

Please sign in to comment.