1
0
This commit is contained in:
ThomasV
2015-05-25 08:47:25 +02:00
parent d287152942
commit d5f6651237
2 changed files with 3 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ class ElectrumGui:
last_wallet = self.config.get('gui_last_wallet')
if last_wallet is not None and self.config.get('wallet_path') is None:
if os.path.exists(last_wallet):
self.config.read_only_options['default_wallet_path'] = last_wallet
self.config.cmdline_options['default_wallet_path'] = last_wallet
try:
storage = WalletStorage(self.config.get_wallet_path())
except BaseException as e: