diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-16 17:05:50 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-16 17:05:50 +0000 |
commit | 15399da9fe29336f119121340146d78973b601a5 (patch) | |
tree | 35a119aa0cd0adea14657b8dbe184b4eef3bdafb /serialize.h | |
parent | 6da916d4acf0c26be81b4547da0e4160d53aacc8 (diff) |
blocks-1,
verify block chain on load, so wouldn't have needed to delete blk*.dat, it would have done a reorg automatically
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@137 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index 208a96d2f3..e5e1f0f883 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 310;
-static const char* pszSubVer = ".1";
+static const char* pszSubVer = ".2";
|