require height 0

This commit is contained in:
Rizki Wicaksono 2018-02-11 13:50:48 +00:00
parent ff2dfe0b36
commit e73e6eaa72
1 changed files with 1 additions and 1 deletions

2
db.h
View File

@ -16,7 +16,7 @@
static inline int GetRequireHeight(const bool testnet = fTestNet)
{
return testnet ? 500000 : 350000;
return 0;
}
std::string static inline ToString(const CService &ip) {