thunderbiscuit / padawan-wallet

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

Add "send all" feature #219

Closed thunderbiscuit closed 1 year ago

thunderbiscuit commented 2 years ago

Our current "send all" functionality simply pulls the wallet balance and displays it to the user, but the amount being sent is always a bit lower because the fees need to be pulled from this balance. It would be better if we could compute the actual sendable amount once a transaction has been pre-built and fees are correctly estimated.

fivetran-tangyetong commented 2 years ago

This should be on hold since we currently are unable to calculate the total fees spent. We should be able to do it if the transactions field in the TransactionDetail object is exposed to us.