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
Describe the bug
Everytime the wallet tries to check if it's synced using the is_synced function, it panics due to an overflow. We should avoid this by performing the subtraction that happens is such a function only when the number of notes is higher than 0.