Browse Source

new session if host changed

283
ThomasV 13 years ago
parent
commit
eaec64c3ef
  1. 3
      client/gui.py

3
client/gui.py

@ -1024,9 +1024,12 @@ class BitcoinGUI:
show_message("error")
return
if host!= wallet.host or port!=wallet.port:
wallet.host = host
wallet.port = port
wallet.save()
self.is_connected = False
wallet.new_session()
def main(self):

Loading…
Cancel
Save