Store the daemon's network on the stdio GUI object

This commit is contained in:
twopir 2016-05-03 19:20:07 -07:00
parent 10d26806d9
commit 9036d9e8f7
1 changed files with 1 additions and 1 deletions

View File

@ -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'"