mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +02:00
Merge pull request #2997
f1b4eb6
history: remove trailing zeros in amount + fix amount display (rating89us)
This commit is contained in:
commit
b7b1221221
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user