SiaFoundation / walletd

A new Sia wallet
https://sia.tech/software/walletd
MIT License
15 stars 6 forks source link

Show payout values in event list #105

Closed n8maninger closed 1 month ago

n8maninger commented 2 months ago

Contract payouts don't currently show the value. It's available in the event data.siacoinOutput.siacoinOutput.value.

Screenshot 2024-04-18 at 11 11 41 AM

You could also improve UX by showing the maturityHeight for the "height" column rather than index.height. Another possible UX improvement is if the row would be slightly grayed out for immature payouts maturityHeight < currentHeight

n8maninger commented 1 month ago

Fixed by #119