diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-08 22:06:07 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-08 22:06:07 +0000 |
commit | 461764cbbea5965ebbd248f221876743d7a9ccd4 (patch) | |
tree | e188896a34a17405f88a3968aa94d3aaf7046585 /serialize.h | |
parent | 3b8848fa4e9b2cd8187cf90a7cbeabd662490c2b (diff) |
-paytxfee is now per KB,
BitcoinMiner prioritise transactions by how old their dependencies are
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@176 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 af45d898e5..7b7ab840dd 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 = 31402; +static const int VERSION = 31403; static const char* pszSubVer = ""; |