update text gui
This commit is contained in:
@@ -124,7 +124,7 @@ class ElectrumGui:
|
|||||||
def print_balance(self):
|
def print_balance(self):
|
||||||
if not self.network:
|
if not self.network:
|
||||||
msg = _("Offline")
|
msg = _("Offline")
|
||||||
elif self.network.interface and self.network.interface.is_connected:
|
elif self.network.is_connected():
|
||||||
if not self.wallet.up_to_date:
|
if not self.wallet.up_to_date:
|
||||||
msg = _("Synchronizing...")
|
msg = _("Synchronizing...")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user