Show list of all the servers available in the menubar.

This commit is contained in:
Amir Taaki
2012-08-20 10:20:40 +01:00
parent c9ed01e90b
commit 3a648f9119
2 changed files with 45 additions and 2 deletions

View File

@@ -363,6 +363,8 @@ class WalletSynchronizer(threading.Thread):
if ports and version:
servers.append( (host, ports) )
self.interface.servers = servers
assert self.interface.servers_loaded_callback
self.interface.servers_loaded_callback()
elif method == 'blockchain.address.subscribe':
addr = params[0]