diff --git a/gui/text.py b/gui/text.py index 391e445d..2e613066 100644 --- a/gui/text.py +++ b/gui/text.py @@ -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():