mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Manual fixes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user