Skip to content
Snippets Groups Projects
Commit ed5eba1f authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix bug certifying, error message 'Community' object has no attribute 'nodes'

parent 96c5614c
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ class Community(QObject): ...@@ -466,7 +466,7 @@ class Community(QObject):
if not ok: if not ok:
raise value_error raise value_error
if tries == len(self.nodes): if tries == len(nodes):
raise NoPeerAvailable(self.currency, len(nodes)) raise NoPeerAvailable(self.currency, len(nodes))
def jsonify(self): def jsonify(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment