mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
UT: New test for client issue 535.
This commit is contained in:
@@ -597,6 +597,7 @@ std::string STAmount::getRaw() const
|
||||
std::string STAmount::getText() const
|
||||
{ // keep full internal accuracy, but make more human friendly if posible
|
||||
if (isZero()) return "0";
|
||||
|
||||
if (mIsNative)
|
||||
{
|
||||
if (mIsNegative)
|
||||
|
||||
Reference in New Issue
Block a user