UT: New test for client issue 535.

This commit is contained in:
Arthur Britto
2013-05-06 20:10:13 -07:00
parent fc92e563e0
commit 9bfb5922c5
3 changed files with 98 additions and 1 deletions

View File

@@ -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)