fix for block 74638 overflow output transaction

This commit is contained in:
Satoshi Nakamoto
2010-08-15 23:09:29 +00:00
committed by Gavin Andresen
parent 6ac7f9f144
commit 76793dc969
3 changed files with 19 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ class CScript;
class CDataStream;
class CAutoFile;
static const int VERSION = 309;
static const int VERSION = 310;
static const char* pszSubVer = ".0";