You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is similar to #15 and is basically to display wallet balance as ? when we can tell that wallet fell out of sync (meaning, we prefer to show ? = unknown balance instead of stale value),
implementation notes:
this could be especially useful during initial sync (when your balance stays at 0 until we get to the most recent blocks) and/or for users who aren't used to the details of blockchain-sync in provider-dominated world (typically provider is always synched and will display up-to-date user balance value immediately upon wallet startup)
shouldn't switch to ? too often (only if sync is expected to take some time, maybe upon initial sync only) because that would likely look weird/jerky
The text was updated successfully, but these errors were encountered:
The idea is similar to #15 and is basically to display wallet balance as
?
when we can tell that wallet fell out of sync (meaning, we prefer to show?
= unknown balance instead of stale value),implementation notes:
?
too often (only if sync is expected to take some time, maybe upon initial sync only) because that would likely look weird/jerkyThe text was updated successfully, but these errors were encountered: