forked from Public/monero-gui
Merge pull request #2997
f1b4eb6 history: remove trailing zeros in amount + fix amount display (rating89us)
This commit is contained in:
@@ -1511,7 +1511,7 @@ Rectangle {
|
||||
"i": i,
|
||||
"isout": isout,
|
||||
"amount": Number(amount),
|
||||
"displayAmount": displayAmount + " XMR",
|
||||
"displayAmount": Utils.removeTrailingZeros(displayAmount.toFixed(12)) + " XMR",
|
||||
"hash": hash,
|
||||
"paymentId": paymentId,
|
||||
"address": address,
|
||||
|
||||
Reference in New Issue
Block a user