Skip to content

Commit

Permalink
remove unused NOBLKS_VERSION_{START,END} constants
Browse files Browse the repository at this point in the history
  • Loading branch information
recursive-rat4 authored and bitcartel committed Jan 23, 2018
1 parent fdb5926 commit 20bfa35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = 170002;
//! if possible, avoid requesting addresses nodes older than this
static const int CADDR_TIME_VERSION = 31402;

//! only request blocks from nodes outside this range of versions
static const int NOBLKS_VERSION_START = 32000;
static const int NOBLKS_VERSION_END = 32400;

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

Expand Down

0 comments on commit 20bfa35

Please sign in to comment.