diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-06 02:19:47 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-06 02:19:47 +0000 |
commit | b22c88423160d026e93130e606d2e1afc4ca40d5 (patch) | |
tree | 2f1885ceb327719c810af1ddc5b8df0b3d5e5a72 /serialize.h | |
parent | dc8adc3b48bb2201f2bd796a5ffa0733c30aa6e1 (diff) |
recursive function to determine if own unconfirmed transaction can be spent
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@161 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 2eb525b978..94fbe63978 100644 --- a/serialize.h +++ b/serialize.h @@ -22,7 +22,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 31300; +static const int VERSION = 31302; static const char* pszSubVer = ""; |