do not pass config to storage. request height from network_proxy if connected
This commit is contained in:
@@ -17,7 +17,7 @@ class ElectrumGui:
|
||||
|
||||
self.config = config
|
||||
self.network = network
|
||||
storage = WalletStorage(config)
|
||||
storage = WalletStorage(config.get_wallet_path())
|
||||
if not storage.file_exists:
|
||||
print "Wallet not found. try 'electrum create'"
|
||||
exit()
|
||||
|
||||
Reference in New Issue
Block a user