Manual fixes.

This commit is contained in:
JoelKatz
2013-04-11 14:40:13 -07:00
parent 057adef333
commit b052975790
8 changed files with 31 additions and 27 deletions

View File

@@ -230,10 +230,6 @@ std::string STAmount::createHumanCurrency(const uint160& uCurrency)
{
return "1";
}
else if (CURRENCY_BAD == uCurrency)
{
return uCurrency.ToString();
}
else
{
Serializer s(160/8);