Skip to content

Commit

Permalink
update protocol version to 70015
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy committed Aug 11, 2019
1 parent eb754d0 commit 0e63484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialize.h
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 = 70015;

// 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 0e63484

Please sign in to comment.