Skip to content
Snippets Groups Projects
Commit 91cdf944 authored by inso's avatar inso
Browse files

Fix crash #270

parent fc71131b
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,9 @@ class Node(QObject):
except asyncio.TimeoutError:
logging.debug("Timeout error : {0}".format(self.pubkey))
self.state = Node.OFFLINE
except jsonschema.ValidationError:
logging.debug("Validation error : {0}".format(self.pubkey))
self.state = Node.CORRUPTED
@asyncify
@asyncio.coroutine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment