fix transaction fee bug in CreateTransaction, higher size cutoff for free transactions in GetMinFee

This commit is contained in:
s_nakamoto
2009-12-06 00:29:09 +00:00
parent 70918a6645
commit 658b5b414a
3 changed files with 17 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ class CDataStream;
class CAutoFile;
static const int VERSION = 106;
static const char* pszSubVer = " linux-test9";
static const char* pszSubVer = " test10";