fix
authorthomasv <thomasv@gitorious>
Fri, 13 Sep 2013 12:43:53 +0000 (14:43 +0200)
committerthomasv <thomasv@gitorious>
Fri, 13 Sep 2013 12:43:53 +0000 (14:43 +0200)
gui/gui_classic/main_window.py

index 5af28b4..fd8dabc 100644 (file)
@@ -285,7 +285,7 @@ class ElectrumWindow(QMainWindow):
         
         # create new wallet 
         wallet = Wallet(storage)
-        wallet.start_threads(network)
+        wallet.start_threads(self.network)
 
         self.load_wallet(wallet)