fix problem sending the last cent with sub-cent fractional change

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@151 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-09-10 16:58:59 +00:00
parent 8555125a1a
commit 00728c24e7
3 changed files with 7 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
static const int VERSION = 312;
static const char* pszSubVer = ".2";
static const char* pszSubVer = ".3";