X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fserialize.h;h=30cde6c38c33ae940987ffe470ae4146648f22a8;hp=491169ff58bd9c5aac9ee19c6bd5cdc9cdc9c0ed;hb=18b4eccddb7146522b18c5a6add113544a80df99;hpb=ffef16404d16678d54e767dda6c301ad51fb82a7 diff --git a/src/serialize.h b/src/serialize.h index 491169f..30cde6c 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -59,7 +59,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 40500; +static const int VERSION = 40700; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; @@ -1244,8 +1244,6 @@ public: int nType; int nVersion; - typedef FILE element_type; - CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION) { file = filenew;