X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fserialize.h;h=e414bd07aacfbf769c514790924217f4b3a47804;hb=35a07f8ec4abbd0f6848e53a35b9520b33085c63;hp=346594c86a4b7a71c97c2336684246159e7f6947;hpb=e5f43fe30992abd75b6f981fd287cfed64c627ee;p=novacoin.git diff --git a/src/serialize.h b/src/serialize.h index 346594c..e414bd0 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -60,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 50500; +static const int VERSION = 50600; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; @@ -1245,8 +1245,6 @@ public: int nType; int nVersion; - typedef FILE element_type; - CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION) { file = filenew;