mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix #1656
This commit is contained in:
parent
6ba43637f5
commit
81b9f8281d
1 changed files with 1 additions and 0 deletions
1
electrum
1
electrum
|
@ -117,6 +117,7 @@ def run_non_RPC(config):
|
|||
wallet = Wallet.from_text(text, password, storage)
|
||||
except BaseException as e:
|
||||
sys.exit(str(e))
|
||||
wallet.create_main_account()
|
||||
if not config.get('offline'):
|
||||
network = Network(config)
|
||||
network.start()
|
||||
|
|
Loading…
Add table
Reference in a new issue