From 4fd05b8f706d585f4e2b1e4df476738dd6078316 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 11 Sep 2013 12:06:39 +0200 Subject: [PATCH] fix --- gui/gui_gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_gtk.py b/gui/gui_gtk.py index e35127f3..c8b1a811 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: