From 48f9e277f90feb565ad9a5b23e9fd12826b7ea03 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 23 Jul 2015 18:55:20 -0700 Subject: [PATCH] changed min ver back to 70066 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 03a5072a5..cb9b6306b 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 70077; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70094; //TODO: CHANGE BACK TO 70066 BEFORE LAUNCH +static const int MIN_PEER_PROTO_VERSION = 70066; //! minimum peer version accepted by DarksendPool static const int MIN_POOL_PEER_PROTO_VERSION = 70095;