ThomasV 12 years ago
parent
commit
4fd05b8f70
  1. 2
      gui/gui_gtk.py

2
gui/gui_gtk.py

@ -271,7 +271,7 @@ def run_network_dialog( wallet, parent ):
interface = wallet.interface interface = wallet.interface
if parent: if parent:
if interface.is_connected: if interface.is_connected:
status = "Connected to %s:%d\n%d blocks"%(interface.host, interface.port, wallet.verifier.height) status = "Connected to %s:%d\n%d blocks"%(interface.host, interface.port, wallet.network.blockchain.height)
else: else:
status = "Not connected" status = "Not connected"
else: else:

Loading…
Cancel
Save