Skip to content

Commit

Permalink
Merge pull request #19 from zcash/nu6-protocol-version
Browse files Browse the repository at this point in the history
Updates for NU6 mainnet activation
  • Loading branch information
daira authored Nov 23, 2024
2 parents bc309b6 + 7bd63ff commit 500d391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define MIN_RETRY 1000

#define REQUIRE_VERSION 170100
#define REQUIRE_VERSION 170120

static inline int GetRequireHeight(const bool testnet = fTestNet)
{
Expand Down
2 changes: 1 addition & 1 deletion serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;

static const int PROTOCOL_VERSION = 170110;
static const int PROTOCOL_VERSION = 170120;

// Used to bypass the rule against non-const reference to temporary
// where it makes sense with wrappers such as CFlatData or CTxDB
Expand Down

0 comments on commit 500d391

Please sign in to comment.