From 00c047f09b4fa04f9cbcaec90eddedb0a0a6b9e7 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Fri, 18 Oct 2024 17:58:46 +0200 Subject: [PATCH] do not drop config on error (might be caused by temporary connection issues) --- wallets/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wallets/index.js b/wallets/index.js index 8e505b26..0890207e 100644 --- a/wallets/index.js +++ b/wallets/index.js @@ -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) } }