Merge pull request #1301 from chaotixkilla/fix-xmr-wallet-opening

Fix XMR wallet opening
This commit is contained in:
Rafael Taranto 2022-07-21 10:26:27 +01:00 committed by GitHub
commit 3c79acb8eb

View file

@ -92,7 +92,7 @@ function handleError (error, method) {
function openWallet () {
return fetch('open_wallet', { filename: 'Wallet' })
.catch(err => handleError(err, 'openWallet'))
.catch(() => openWalletWithPassword())
}
function openWalletWithPassword () {