do not drop config on error (might be caused by temporary connection issues)

This commit is contained in:
Riccardo Balbo 2024-10-18 17:58:46 +02:00 committed by k00b
parent 3acad86157
commit 00c047f09b
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ export function WalletProvider ({ children }) {
console.warn('No wallet found for', walletType, wallets)
}
} catch (e) {
window.localStorage.removeItem(key)
console.error('Failed to migrate wallet', key, e)
}
}