require some minimal priority for free transactions to slow down transaction spam

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@185 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-11-19 23:37:05 +00:00
parent 683bcb9154
commit f35e21e2e4
3 changed files with 16 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int VERSION = 31502;
static const int VERSION = 31503;
static const char* pszSubVer = "";