Bump required protocol version now that NU5 has activated on mainnet

This commit is contained in:
Jack Grigg 2022-06-03 03:23:45 +00:00
parent a4f2c8d156
commit c7265fcff3
1 changed files with 1 additions and 1 deletions

2
db.h
View File

@ -12,7 +12,7 @@
#define MIN_RETRY 1000
#define REQUIRE_VERSION 170015
#define REQUIRE_VERSION 170100
static inline int GetRequireHeight(const bool testnet = fTestNet)
{