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

Updated event handling on dltGateway

parent 3470151e
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"
...@@ -170,8 +170,7 @@ function subscribeToDlt(call) { ...@@ -170,8 +170,7 @@ function subscribeToDlt(call) {
domain_uuid: { uuid: eventJson.record_id.domain_uuid.uuid }, domain_uuid: { uuid: eventJson.record_id.domain_uuid.uuid },
type: eventJson.record_id.type || 'DLTRECORDTYPE_UNDEFINED', type: eventJson.record_id.type || 'DLTRECORDTYPE_UNDEFINED',
record_uuid: { uuid: eventJson.record_id.record_uuid.uuid } record_uuid: { uuid: eventJson.record_id.record_uuid.uuid }
}, }
data_json: JSON.stringify(eventJson)
}); });
// Check if the internal buffer is full // Check if the internal buffer is full
......
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