Skip to content

Commit

Permalink
Proto: 70007
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Feb 9, 2019
1 parent 4965497 commit c726c8a
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 70002
#define REQUIRE_VERSION 70007

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 = 70002;
static const int PROTOCOL_VERSION = 70007;

// 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 c726c8a

Please sign in to comment.