Browse Source

qml: add TODO about --offline missing

master
SomberNight 3 years ago
parent
commit
44f91ab88f
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qml/qenetwork.py

1
electrum/gui/qml/qenetwork.py

@ -47,6 +47,7 @@ class QENetwork(QObject, QtEventListener):
def __init__(self, network: 'Network', qeconfig: 'QEConfig', parent=None):
super().__init__(parent)
assert network, "--offline is not yet implemented for this GUI" # TODO
self.network = network
self._qeconfig = qeconfig
self._serverListModel = None

Loading…
Cancel
Save