Browse Source

follow-up #8646

master
ThomasV 2 years ago
parent
commit
8d5f9185a4
  1. 2
      electrum/gui/qt/__init__.py

2
electrum/gui/qt/__init__.py

@ -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:

Loading…
Cancel
Save