We should accept our own amounts.

This commit is contained in:
JoelKatz
2013-04-27 14:26:07 -07:00
parent 9af026dde2
commit ddf0c0911b

View File

@@ -281,7 +281,7 @@ bool STAmount::setValue(const std::string& sAmount)
try
{
if ((smMatch[2].length() + smMatch[4].length()) > 18)
if ((smMatch[2].length() + smMatch[4].length()) > 25)
{
cLog(lsWARNING) << "Overlong number: " << sAmount;
return false;