tnew session should be started inside the loop - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 7af9dba9d0bf6587189d900e51216310bf049958 DIR parent 6fda904d041855e572c7c18caa45f35ed17287b5 HTML 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(-) --- DIR diff --git a/client/gui.py b/client/gui.py t@@ -1029,7 +1029,6 @@ class BitcoinGUI: wallet.port = port wallet.save() self.is_connected = False - wallet.new_session() def main(self):