Browse Source

Store the daemon's network on the stdio GUI object

283
twopir 9 years ago
parent
commit
9036d9e8f7
  1. 2
      gui/stdio.py

2
gui/stdio.py

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

Loading…
Cancel
Save