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