fix serialize for keypair

This commit is contained in:
John Smith
2023-06-29 20:49:15 -04:00
parent 17e4d17984
commit d044f646bf
5 changed files with 29 additions and 4 deletions

View File

@@ -150,6 +150,8 @@ class _JsonVeilidAPI(VeilidAPI):
# Parse line as ndjson
j = json.loads(linebytes.strip())
print(f"linebytes: {linebytes}")
if self.validate_schema:
_schema_validate(_VALIDATOR_RECV_MESSAGE, j)