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) {