X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=d24624ebee02a4cac307796eb8e0d767479d9448;hb=e873dc654c81810272e71af8b52a3836d2c8bf0a;hp=802dcf22541ca24c2a258c049005809187ac814a;hpb=7fa3ad83a9060d4ebdb29f39e48eec7ea2220d98;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 802dcf2..d24624e 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -20,6 +20,7 @@ #include #include "allocators.h" +#include "version.h" typedef long long int64; typedef unsigned long long uint64; @@ -29,8 +30,6 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int PROTOCOL_VERSION = 60000; - // Used to bypass the rule against non-const reference to temporary // where it makes sense with wrappers such as CFlatData or CTxDB template