new session should be started inside the loop
authorThomasV <thomasv@gitorious>
Sun, 4 Dec 2011 12:15:42 +0000 (13:15 +0100)
committerThomasV <thomasv@gitorious>
Sun, 4 Dec 2011 12:15:42 +0000 (13:15 +0100)
client/gui.py

index 4e5bcea..bc6e16c 100644 (file)
@@ -1029,7 +1029,6 @@ class BitcoinGUI:
             wallet.port = port
             wallet.save()
             self.is_connected = False
-            wallet.new_session()
 
 
     def main(self):