Rewrite total introducers

This commit is contained in:
Sajith Sasidharan 2020-04-28 07:48:28 -04:00
parent 44f16e77cf
commit 5155befedc

View File

@ -386,7 +386,7 @@ class RootElement(Element):
@renderer
def total_introducers(self, req, tag):
return tag(str(len(self._client.introducer_connection_statuses())))
return tag(str(len(self._get_introducers())))
# In case we configure multiple introducers
@renderer