common wallet.restore() method for GUIs
[electrum-nvc.git] / gui / qt / __init__.py
index 8364105..520a890 100644 (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)