samotari / paynoway

A mobile app for testing payment systems against double-spend attacks.
GNU General Public License v3.0
36 stars 8 forks source link

Don't show 0 balance if unable to query UTXOs #24

Closed chill117 closed 3 years ago

chill117 commented 3 years ago

It is confusing to the user if the balance shows 0 when the user knows that they have a non-zero balance. Instead of showing a zero balance by default, show "Balance unknown" and a loading indicator that the app is attempting to query UTXOs to calculate the current balance.

chill117 commented 3 years ago

Done!