diff options
| author | Pieter Wuille <[email protected]> | 2016-03-09 21:39:49 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-03-09 21:39:56 +0100 |
| commit | 386f4385ab04b0b2c3d47bddc0dc0f2de7354964 (patch) | |
| tree | 18ec905298f1847047070205ca90a237a1859a22 /src | |
| parent | Merge #7628: QT: Add 'copy full transaction details' option (diff) | |
| parent | remove unused NOBLKS_VERSION_{START,END} constants (diff) | |
| download | discoin-386f4385ab04b0b2c3d47bddc0dc0f2de7354964.tar.xz discoin-386f4385ab04b0b2c3d47bddc0dc0f2de7354964.zip | |
Merge #7662: remove unused NOBLKS_VERSION_{START,END} constants
7d2f84c remove unused NOBLKS_VERSION_{START,END} constants (Pavel Vasin)
Diffstat (limited to 'src')
| -rw-r--r-- | src/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/version.h b/src/version.h index f7cf18d0b..af2eb8eab 100644 --- a/src/version.h +++ b/src/version.h @@ -24,10 +24,6 @@ static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION; //! 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; |