diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-12-06 00:29:09 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-12-06 00:29:09 +0000 |
commit | 658b5b414afd7ec4d73d2b0140037778c66c18d1 (patch) | |
tree | f550451e284d79e0f67e583f6e7a4d369a29d4b4 /serialize.h | |
parent | 70918a6645a324c635925fb68a0d41f7c7b40403 (diff) |
fix transaction fee bug in CreateTransaction, higher size cutoff for free transactions in GetMinFee
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 b2d948df96..14a2bed7ec 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 106;
-static const char* pszSubVer = " linux-test9";
+static const char* pszSubVer = " test10";
|