We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc309b6 + 7bd63ff commit 500d391Copy full SHA for 500d391
db.h
@@ -12,7 +12,7 @@
12
13
#define MIN_RETRY 1000
14
15
-#define REQUIRE_VERSION 170100
+#define REQUIRE_VERSION 170120
16
17
static inline int GetRequireHeight(const bool testnet = fTestNet)
18
{
serialize.h
@@ -60,7 +60,7 @@ class CDataStream;
60
class CAutoFile;
61
static const unsigned int MAX_SIZE = 0x02000000;
62
63
-static const int PROTOCOL_VERSION = 170110;
+static const int PROTOCOL_VERSION = 170120;
64
65
// Used to bypass the rule against non-const reference to temporary
66
// where it makes sense with wrappers such as CFlatData or CTxDB
0 commit comments