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

Debugging

parent 15b795ac
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"
......@@ -71,7 +71,8 @@ def main():
# topology_abstractor.start()
# Subscribe to Context Events
dlt_enabled = is_dlt_enabled()
#dlt_enabled = is_dlt_enabled()
dlt_enabled = True
if dlt_enabled:
LOGGER.info('Starting DLT functionality...')
dlt_recorder = DLTRecorder()
......
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