diff options
| author | practicalswift <[email protected]> | 2017-06-09 01:17:59 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-06-09 01:45:36 +0200 |
| commit | 3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6 (patch) | |
| tree | c147b0dd3ac689b822e6598f793d3c61a2380e66 /src/version.h | |
| parent | Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo... (diff) | |
| download | discoin-3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6.tar.xz discoin-3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6.zip | |
Remove unused constant MEMPOOL_GD_VERSION
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h index 0f69b2f02..d52821249 100644 --- a/src/version.h +++ b/src/version.h @@ -27,9 +27,6 @@ static const int CADDR_TIME_VERSION = 31402; //! BIP 0031, pong message, is enabled for all versions AFTER this one static const int BIP0031_VERSION = 60000; -//! "mempool" command, enhanced "getdata" behavior starts with this version -static const int MEMPOOL_GD_VERSION = 60002; - //! "filter*" commands are disabled without NODE_BLOOM after and including this version static const int NO_BLOOM_VERSION = 70011; |