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
We should display the current sync progress of the Monero wallet to the user. Syncing might take a while especially on slower computers and can be confusing for users as they do not get any feedback from the CLI if it has been syncing for a while.
We can call get_height while the refresh call is pending on the monero-wallet-rpc and display the current height to the user.
The text was updated successfully, but these errors were encountered:
We should display the current sync progress of the Monero wallet to the user. Syncing might take a while especially on slower computers and can be confusing for users as they do not get any feedback from the CLI if it has been syncing for a while.
We can call
get_height
while therefresh
call is pending on the monero-wallet-rpc and display the current height to the user.The text was updated successfully, but these errors were encountered: