Skip to content

Commit 500d391

Browse files
authored
Merge pull request #19 from zcash/nu6-protocol-version
Updates for NU6 mainnet activation
2 parents bc309b6 + 7bd63ff commit 500d391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define MIN_RETRY 1000
1414

15-
#define REQUIRE_VERSION 170100
15+
#define REQUIRE_VERSION 170120
1616

1717
static inline int GetRequireHeight(const bool testnet = fTestNet)
1818
{

serialize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CDataStream;
6060
class CAutoFile;
6161
static const unsigned int MAX_SIZE = 0x02000000;
6262

63-
static const int PROTOCOL_VERSION = 170110;
63+
static const int PROTOCOL_VERSION = 170120;
6464

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

0 commit comments

Comments
 (0)