Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop

This commit is contained in:
Arthur Britto
2013-04-27 14:36:05 -07:00

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;