follow-up #8646
This commit is contained in:
@@ -343,6 +343,8 @@ class ElectrumGui(BaseElectrumGui, Logger):
|
|||||||
if not force_wizard:
|
if not force_wizard:
|
||||||
try:
|
try:
|
||||||
wallet = self.daemon.load_wallet(path, None)
|
wallet = self.daemon.load_wallet(path, None)
|
||||||
|
except FileNotFoundError:
|
||||||
|
pass # open with wizard below
|
||||||
except InvalidPassword:
|
except InvalidPassword:
|
||||||
pass # open with wizard below
|
pass # open with wizard below
|
||||||
except WalletRequiresSplit:
|
except WalletRequiresSplit:
|
||||||
|
|||||||
Reference in New Issue
Block a user