This commit is contained in:
Sajith Sasidharan 2020-04-28 07:42:07 -04:00
parent 89980a039c
commit a646c7decd

View File

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