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
fix: align extension storage 'set' and 'observeAll' with pouchdb storage behavior
deleting a wallet does:
1. delete it from repository
2. check remaining wallets, activate if some wallet exists
there was a bug where step 2. would find the wallet that was
just deleted and try to activate it, because extension storage
'observeAll' emits an slightly later
0 commit comments