diff options
| author | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-07 13:43:31 +0000 |
|---|---|---|
| committer | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-12-07 13:43:31 +0000 |
| commit | a206a23980c15cacf39d267c509bd70c23c94bfa (patch) | |
| tree | 7a4e29a09bbf32fb9f84abefdd8eb9504195fa32 /serialize.h | |
| parent | fix wallet.dat compatibility problem if you downgrade from 0.3.17 and then up... (diff) | |
| download | discoin-a206a23980c15cacf39d267c509bd70c23c94bfa.tar.xz discoin-a206a23980c15cacf39d267c509bd70c23c94bfa.zip | |
IsStandard() check for CScripts: only relay/include in blocks CScripts we can understand.
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@197 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 eccea8f72..d65ea13ec 100644 --- a/serialize.h +++ b/serialize.h @@ -25,7 +25,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31704; +static const int VERSION = 31705; static const char* pszSubVer = ""; |