1
0

common wallet.restore() method for GUIs

This commit is contained in:
ThomasV
2013-09-28 13:45:49 +02:00
parent 3d4a16b5c8
commit ecfe5e2590
5 changed files with 95 additions and 87 deletions

View File

@@ -90,8 +90,7 @@ class ElectrumGui:
exit()
else:
wallet = Wallet(storage)
wallet.start_threads(self.network)
wallet.start_threads(self.network)
self.main_window = w = ElectrumWindow(self.config, self.network)