From 3289ef4fe1f870a07db3d1b91a0d8fd3ec251cb6 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 9 Jun 2017 01:17:59 +0200 Subject: [PATCH] Remove unused constant MEMPOOL_GD_VERSION --- src/version.h | 3 --- 1 file changed, 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; -- 2.11.4.GIT