jdogresorg / freewallet-desktop

Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
https://freewallet.io
MIT License
67 stars 54 forks source link

Display change output and fee data when decoding tx hex for signing #174

Closed B0BSmiths closed 2 months ago

B0BSmiths commented 11 months ago

It is ace users can now see the Counterparty data when signing txhex but could you please also show the change output and the fees, so the user can be sure the tx they are signing is not doing anything malicious

jdogresorg commented 2 months ago

Added support for displaying change address and amount in commit abdc9c14b5272f86354e9cb87228df6a68b8f7ad

Next freewallet release will display change address and amount.

image

Adding support for displaying fee information will require a bit more work, and will be included in a future release.