1
0

aiorpcx: replace network loop with asyncio and try to maintain ten sessions

This commit is contained in:
Janus
2018-08-15 19:01:28 +02:00
committed by SomberNight
parent 40ceabff79
commit 97ea0fc439
5 changed files with 85 additions and 23 deletions

View File

@@ -712,7 +712,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if not self.wallet:
return
if self.network is None or not self.network.is_running():
if self.network is None:
text = _("Offline")
icon = QIcon(":icons/status_disconnected.png")