mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-12 13:39:52 +00:00
Store the daemon's network on the stdio GUI object
This commit is contained in:
parent
10d26806d9
commit
9036d9e8f7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class ElectrumGui:
|
||||||
|
|
||||||
def __init__(self, config, daemon, plugins):
|
def __init__(self, config, daemon, plugins):
|
||||||
self.config = config
|
self.config = config
|
||||||
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'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue