fix start_threads in wizard
This commit is contained in:
@@ -135,6 +135,8 @@ class Daemon(DaemonThread):
|
|||||||
if action:
|
if action:
|
||||||
wizard = get_wizard()
|
wizard = get_wizard()
|
||||||
wallet = wizard.run(self.network, storage)
|
wallet = wizard.run(self.network, storage)
|
||||||
|
else:
|
||||||
|
wallet.start_threads(self.network)
|
||||||
else:
|
else:
|
||||||
wallet = Wallet(storage)
|
wallet = Wallet(storage)
|
||||||
wallet.start_threads(self.network)
|
wallet.start_threads(self.network)
|
||||||
|
|||||||
Reference in New Issue
Block a user