kivy: "server lagging" -> show number of blocks
This commit is contained in:
@@ -746,7 +746,7 @@ class ElectrumWindow(App):
|
|||||||
if not self.wallet.up_to_date or server_height == 0:
|
if not self.wallet.up_to_date or server_height == 0:
|
||||||
status = _("Synchronizing...")
|
status = _("Synchronizing...")
|
||||||
elif server_lag > 1:
|
elif server_lag > 1:
|
||||||
status = _("Server lagging")
|
status = _("Server is lagging ({} blocks)").format(server_lag)
|
||||||
else:
|
else:
|
||||||
status = ''
|
status = ''
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user