1
0

Merge pull request #3223 from SomberNight/text_gui_no_wallet

fix typo: text gui with no wallet
This commit is contained in:
ThomasV
2017-11-06 03:57:41 +01:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ class ElectrumGui:
self.config = config
self.network = daemon.network
storage = WalletStorage(config.get_wallet_path())
if not storage.file_exists:
if not storage.file_exists():
print("Wallet not found. try 'electrum create'")
exit()
if storage.is_encrypted():