Update version/height requirements

This commit is contained in:
Pieter Wuille 2015-07-29 15:16:26 +02:00
parent 75f2662406
commit 98f98c2a3a
1 changed files with 2 additions and 2 deletions

4
db.h
View File

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