|
|
@ -2076,6 +2076,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger): |
|
|
|
def update_lightning_icon(self): |
|
|
|
if self.lightning_button is None: |
|
|
|
return |
|
|
|
if not self.network.is_lightning_running(): |
|
|
|
return |
|
|
|
cur, total = self.network.lngossip.get_sync_progress_estimate() |
|
|
|
# self.logger.debug(f"updating lngossip sync progress estimate: cur={cur}, total={total}") |
|
|
|
progress_percent = 0 |
|
|
|