From 98f98c2a3a1c9a6f84dc773fb5dfe949bdddc8d6 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Wed, 29 Jul 2015 15:16:26 +0200 Subject: [PATCH] Update version/height requirements --- db.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.h b/db.h index 307dd40..e5f00b7 100644 --- a/db.h +++ b/db.h @@ -12,11 +12,11 @@ #define MIN_RETRY 1000 -#define REQUIRE_VERSION 40000 +#define REQUIRE_VERSION 70001 static inline int GetRequireHeight(const bool testnet = fTestNet) { - return testnet ? 0 : 230000; + return testnet ? 500000 : 350000; } std::string static inline ToString(const CService &ip) {