1
0
This commit is contained in:
ThomasV
2023-10-14 10:13:27 +02:00
parent ac177577a6
commit 8d5f9185a4

View File

@@ -343,6 +343,8 @@ class ElectrumGui(BaseElectrumGui, Logger):
if not force_wizard:
try:
wallet = self.daemon.load_wallet(path, None)
except FileNotFoundError:
pass # open with wizard below
except InvalidPassword:
pass # open with wizard below
except WalletRequiresSplit: