diff --git a/gui/gui_gtk.py b/gui/gui_gtk.py index e35127f32..c8b1a8115 100644 --- a/gui/gui_gtk.py +++ b/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: