SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/stdio.py
|
@ -26,7 +26,7 @@ class ElectrumGui(BaseElectrumGui): |
|
|
BaseElectrumGui.__init__(self, config=config, daemon=daemon, plugins=plugins) |
|
|
BaseElectrumGui.__init__(self, config=config, daemon=daemon, plugins=plugins) |
|
|
self.network = daemon.network |
|
|
self.network = daemon.network |
|
|
storage = WalletStorage(config.get_wallet_path()) |
|
|
storage = WalletStorage(config.get_wallet_path()) |
|
|
if not storage.file_exists: |
|
|
if not storage.file_exists(): |
|
|
print("Wallet not found. try 'electrum create'") |
|
|
print("Wallet not found. try 'electrum create'") |
|
|
exit() |
|
|
exit() |
|
|
if storage.is_encrypted(): |
|
|
if storage.is_encrypted(): |
|
|