Merge pull request #1302 from chaotixkilla/fix-monero-wallet-opening

[8.0] Fix XMR wallet opening
This commit is contained in:
Rafael Taranto 2022-07-21 10:26:06 +01:00 committed by GitHub
commit a9ca966fe6

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 () {