ThomasV 11 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
if parent:
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:
status = "Not connected"
else:

Loading…
Cancel
Save