do not drop config on error (might be caused by temporary connection issues)
This commit is contained in:
parent
3acad86157
commit
00c047f09b
|
@ -517,7 +517,6 @@ export function WalletProvider ({ children }) {
|
||||||
console.warn('No wallet found for', walletType, wallets)
|
console.warn('No wallet found for', walletType, wallets)
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
window.localStorage.removeItem(key)
|
|
||||||
console.error('Failed to migrate wallet', key, e)
|
console.error('Failed to migrate wallet', key, e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue