1
0

fix restore messages

This commit is contained in:
ThomasV
2015-10-28 10:46:01 +01:00
parent 052d8b236e
commit 5b96d5166e
2 changed files with 6 additions and 6 deletions

View File

@@ -233,7 +233,7 @@ def run_command(config, network, password):
# create wallet instance
wallet = Wallet(storage) if cmd.requires_wallet else None
# start threads
if network:
if wallet and network:
wallet.start_threads(network)
# arguments passed to function
args = map(lambda x: config.get(x), cmd.params)