PeerAssets / chizukeki

チズケキ PeerAssets-able Peercoin web wallet.
https://peerassets.github.io/chizukeki/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Display transaction amount + fee in outgoing transactions #38

Closed willyfromtheblock closed 6 years ago

willyfromtheblock commented 6 years ago

image

or I'm bad at math.

peerchemist commented 6 years ago

Duplicate of: https://github.com/PeerAssets/chizukeki/issues/32

willyfromtheblock commented 6 years ago

32 deals with excessive fees, this issue is a display issue.

0.11 TPPC have been payed, not 0.01 and the displayed balance is correct, only the transaction log is wrong.

micimize commented 6 years ago

right, I guess we should display -${amount + fee} and show amount: ${amount}, fee: ${fee} in the expanded details