mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Remove "e0".
This commit is contained in:
@@ -643,7 +643,7 @@ std::string STAmount::getText() const
|
||||
return std::string("-") + lexical_cast_i(mValue);
|
||||
else return lexical_cast_i(mValue);
|
||||
}
|
||||
if ((mOffset < -25) || (mOffset > -5))
|
||||
if ((mOffset != 0) && ((mOffset < -25) || (mOffset > -5)))
|
||||
{
|
||||
if (mIsNegative)
|
||||
return std::string("-") + lexical_cast_i(mValue) +
|
||||
|
||||
Reference in New Issue
Block a user