From 7af9dba9d0bf6587189d900e51216310bf049958 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 4 Dec 2011 13:15:42 +0100 Subject: [PATCH] new session should be started inside the loop --- client/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/gui.py b/client/gui.py index 4e5bceaa..bc6e16c1 100644 --- a/client/gui.py +++ b/client/gui.py @@ -1029,7 +1029,6 @@ class BitcoinGUI: wallet.port = port wallet.save() self.is_connected = False - wallet.new_session() def main(self):