diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-15 22:21:03 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-15 22:21:03 +0000 |
| commit | 85de7d7c0cbb1e9aa311606644b697674c84f6f9 (patch) | |
| tree | fe0e9a0ac940d01d6c693e0e66709cca28e4c7a8 /serialize.h | |
| parent | fix for block 74638 overflow output transaction (diff) | |
| download | discoin-85de7d7c0cbb1e9aa311606644b697674c84f6f9.tar.xz discoin-85de7d7c0cbb1e9aa311606644b697674c84f6f9.zip | |
scanback check to prevent adding to the 74638 overflow chain
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@133 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 b781b1905..208a96d2f 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 310;
-static const char* pszSubVer = ".0";
+static const char* pszSubVer = ".1";
|