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

Debugging

parent 65ffb213
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"
...@@ -74,7 +74,7 @@ async function recordToDlt(call, callback) { ...@@ -74,7 +74,7 @@ async function recordToDlt(call, callback) {
callback(null, { record_id, status: 'DLTRECORDSTATUS_SUCCEEDED' }); callback(null, { record_id, status: 'DLTRECORDSTATUS_SUCCEEDED' });
} catch (error) { } catch (error) {
// Send failure response with error message // Send failure response with error message
//console.log("ERRROR", error) console.log("ERRROR", error)
callback(null, { record_id, status: 'DLTRECORDSTATUS_FAILED', error_message: error.message }); callback(null, { record_id, status: 'DLTRECORDSTATUS_FAILED', error_message: error.message });
} }
} }
......
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