thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
115 stars 50 forks source link

A bug when send transaction #393

Closed docelimao closed 2 days ago

docelimao commented 4 days ago

On "Send bitcoin" screen, fill the fields Amount and Address and leave the Fees as 1.0 untouched and click on "Verify transaction" button, the Confirm Transaction popup message appears "Total fee" as 0 satoshis and when click the "Confirm and broadcast" button the transaction is not broadcasted.

Just an observation: when changes Fees value to any other value and returns to 1.0, the "Total fee" appears correctly, then the transaction works.

Talking to thunderbiscuit, he founds out the application gets the value 1.0 and minus 1 leaving the fee as 0.

thunderbiscuit commented 2 days ago

Thanks for finding and reporting this!!!

Fixed with fb1369dcec0b65a587904393ed48cc696e238c4a.