follow-up #8646
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user