fix serialize for keypair
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user