Skip to content
Snippets Groups Projects
Commit 4371a083 authored by Javier Diaz's avatar Javier Diaz
Browse files

Debugging

parent fe74613c
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!259Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
......@@ -19,6 +19,6 @@ def record_exists(record : DltRecord) -> bool:
exists = exists and (len(record.record_id.domain_uuid.uuid) > 0)
exists = exists and (record.record_id.type != DLTRECORDTYPE_UNDEFINED)
exists = exists and (len(record.record_id.record_uuid.uuid) > 0)
exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED)
exists = exists and (len(record.data_json) > 0)
#exists = exists and (record.operation != DLTRECORDOPERATION_UNDEFINED)
#exists = exists and (len(record.data_json) > 0)
return exists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment