diff --git a/electrum/gui/qml/qeserverlistmodel.py b/electrum/gui/qml/qeserverlistmodel.py index 4863a3789..e7817582a 100644 --- a/electrum/gui/qml/qeserverlistmodel.py +++ b/electrum/gui/qml/qeserverlistmodel.py @@ -117,7 +117,7 @@ class QEServerListModel(QAbstractListModel, QtEventListener): for _host, d in sorted(all_servers.items()): if _host in connected_hosts: continue - if _host.endswith('.onion') and not self.network.tor_proxy: + if _host.endswith('.onion') and not self.network.is_proxy_tor: continue port = d.get(protocol) if port: