feather-wallet / feather

A free and open-source Monero desktop wallet.
https://featherwallet.org
BSD 3-Clause "New" or "Revised" License
354 stars 52 forks source link

feat: display fee rate in transaction details #182

Closed chaserene closed 6 months ago

chaserene commented 6 months ago

related but not a duplicate of: #164

this is a proposal to display the fee rate (nanonero/byte) in the transaction details (right-click on a transaction -> Show details) in a new line. I'd argue that, in most cases, it's even more important than the absolute fee value, so it could come before the Fee line.

this would also give a basis for the expected confirmation time for the receiver, since receivers currently don't see the absolute fee value, only that it was Paid by sender.

chaserene commented 6 months ago

closing in favor of #164, as that's a superset of this issue.