added transaction fee setting in UI options menu,

cut free transaction area from 50KB to 26KB

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@187 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-11-21 22:46:19 +00:00
parent 51d9b435cd
commit 298a771494
6 changed files with 224 additions and 219 deletions

View File

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