restore display of blockchain height in network dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user