changed PROTOCOL_VERSION

This commit is contained in:
Rizki Wicaksono 2018-02-11 03:41:44 +00:00
parent 3a2701ca0f
commit 8425251e41
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int PROTOCOL_VERSION = 60000;
static const int PROTOCOL_VERSION = 170002;
// Used to bypass the rule against non-const reference to temporary
// where it makes sense with wrappers such as CFlatData or CTxDB