MyHush / SilentDragonAndroid

Android companion app for SilentDragon
https://www.myhush.org
GNU General Public License v3.0
5 stars 12 forks source link

No control of the total amount of the transaction (amount sent + fee) before the confirmation of the send. #26

Open gilardh opened 4 years ago

gilardh commented 4 years ago

There is no control of the total amount of the transaction (amount sent + fee) before confirmation of the send. An error is displayed all at the end.

Can you add a check before sending? At first, could you simply display the amount of fees that will be deducted on the 'Send transaction' page?

Screenshot_20191115-020723_SilentDragon Screenshot_20191115-020733_SilentDragon

leto commented 4 years ago

@gilardh this is an important bug, good find

leto commented 4 years ago

Our UI should detect that there is not enough in the address for amount+fee, it seems to only check for amount currently