From 9d0bf49035f6a6a337e412fd15f03d0c86a0a6ac Mon Sep 17 00:00:00 2001 From: Don Shin Date: Wed, 18 Apr 2018 17:39:21 -0500 Subject: [PATCH] Widened compatibility so that dns seeder services 170002 clients as well. --- db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.h b/db.h index 2e0e1b4..eb929ef 100644 --- a/db.h +++ b/db.h @@ -13,7 +13,7 @@ #define MIN_RETRY 1000 #define REQUIRED_VERSION 180004 -#define MINIMUM_VERSION_TO_AVOID_BAN_TIME 180003 +#define MINIMUM_VERSION_TO_AVOID_BAN_TIME 170002 static inline int GetRequireHeight(const bool testnet = fTestNet) {