Skip to content

Commit

Permalink
Auto merge of zcash#2902 - bitcartel:2901_remove_unused_noblks_consta…
Browse files Browse the repository at this point in the history
…nts, r=daira

Remove unused NOBLKS_VERSION_{START,END} constants from version.h

Closes zcash#2901. Backport from upstream PR bitcoin/bitcoin#7662.
  • Loading branch information
zkbot committed Jan 25, 2018
2 parents a4a020d + 20bfa35 commit 70109a7
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 70109a7

Please sign in to comment.