Update version/height requirements
This commit is contained in:
parent
75f2662406
commit
98f98c2a3a
1 changed files with 2 additions and 2 deletions
4
db.h
4
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) {
|
||||
|
|
Loading…
Reference in a new issue