commit 7af9dba9d0bf6587189d900e51216310bf049958 parent 6fda904d041855e572c7c18caa45f35ed17287b5 Author: ThomasV <thomasv@gitorious> Date: Sun, 4 Dec 2011 13:15:42 +0100 new session should be started inside the loop Diffstat:
M | client/gui.py | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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):