Browse Source

new session should be started inside the loop

master
ThomasV 14 years ago
parent
commit
7af9dba9d0
  1. 1
      client/gui.py

1
client/gui.py

@ -1029,7 +1029,6 @@ class BitcoinGUI:
wallet.port = port
wallet.save()
self.is_connected = False
wallet.new_session()
def main(self):

Loading…
Cancel
Save