Merge pull request #14 from zcash/nu5-protocol-version

NU5 protocol version
This commit is contained in:
Marshall Gaucher 2022-12-29 10:59:42 -08:00 committed by GitHub
commit 99c2efb06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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)
{

View File

@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int PROTOCOL_VERSION = 170015;
static const int PROTOCOL_VERSION = 170100;
// Used to bypass the rule against non-const reference to temporary
// where it makes sense with wrappers such as CFlatData or CTxDB