1
0

fix start_threads in wizard

This commit is contained in:
ThomasV
2016-01-13 15:02:58 +01:00
parent bda9adc01f
commit 388ed01d0f

View File

@@ -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)