diff --git a/gui/network_dialog.py b/gui/network_dialog.py index 0dae5ab2..6048a165 100644 --- a/gui/network_dialog.py +++ b/gui/network_dialog.py @@ -44,7 +44,7 @@ class NetworkDialog(QDialog): if parent: if interface.is_connected: - status = _("Connected to")+" %s"%(interface.host) #, wallet.verifier.height)+_("blocks") + status = _("Connected to")+" %s"%(interface.host) + "\n%d "%(parent.wallet.verifier.height)+_("blocks") else: status = _("Not connected") server = interface.server