Skip to content

Commit

Permalink
adjust min protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bleach86 committed Feb 19, 2024
1 parent 4c28177 commit 03469cd
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 @@ -16,7 +16,7 @@ static const int PROTOCOL_VERSION = 90050;
static const int INIT_PROTO_VERSION = 209;

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

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

0 comments on commit 03469cd

Please sign in to comment.