Skip to content
Snippets Groups Projects
Commit e522ab0a authored by Guzman Llambias's avatar Guzman Llambias
Browse files

Fix from reviewers comments

parent dd7bdcca
No related branches found
No related tags found
No related merge requests found
Showing
with 218 additions and 218 deletions
This diff is collapsed.
......@@ -22,7 +22,7 @@
"value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
},
{
"id": "submit-cc-tx",
"id": "submit-tx",
"attr": "stroke",
"value": "IF submit_cc_tx=1 THEN \"red\" ELSE \"black\" END"
}
......@@ -38,15 +38,15 @@
},
{
"id": "emit-event",
"event": "EMIT_CC_TX_EVENT"
"event": "EMIT_EVENT"
},
{
"id": "gateway",
"event": "LISTEN_CC_TX_EVENT"
"event": "LISTEN_EVENT"
},
{
"id": "submit-cc-tx",
"event": "SUBMIT_CC_TX"
"id": "submit-tx",
"event": "SUBMIT_TX"
}
]
}
\ No newline at end of file
......@@ -22,7 +22,7 @@
"value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
},
{
"id": "submit-cc-tx",
"id": "submit-tx",
"attr": "stroke",
"value": "IF submit_cc_tx=1 THEN \"red\" ELSE \"black\" END"
},
......@@ -48,15 +48,15 @@
},
{
"id": "emit-event",
"event": "EMIT_CC_TX_EVENT_IN_ETHEREUM"
"event": "EMIT_EVENT_IN_ETHEREUM"
},
{
"id": "gateway",
"event": "LISTEN_CC_TX_EVENT_IN_ETHEREUM"
"event": "LISTEN_EVENT_IN_ETHEREUM"
},
{
"id": "submit-cc-tx",
"event": "SUBMIT_CC_TX_TO_FABRIC"
"id": "submit-tx",
"event": "SUBMIT_TX_TO_FABRIC"
},
{
"id": "user",
......
......@@ -22,7 +22,7 @@
"value": "IF gateway_processing=1 THEN \"green\" ELSE \"white\" END"
},
{
"id": "submit-cc-tx",
"id": "submit-tx",
"attr": "stroke",
"value": "IF submit_cc_tx=1 THEN \"red\" ELSE \"black\" END"
},
......@@ -53,15 +53,15 @@
},
{
"id": "emit-event",
"event": "EMIT_CC_TX_EVENT_IN_FABRIC"
"event": "EMIT_EVENT_IN_FABRIC"
},
{
"id": "gateway",
"event": "LISTEN_CC_TX_EVENT_IN_FABRIC"
"event": "LISTEN_EVENT_IN_FABRIC"
},
{
"id": "submit-cc-tx",
"event": "SUBMIT_CC_TX_TO_ETHEREUM"
"id": "submit-tx",
"event": "SUBMIT_TX_TO_ETHEREUM"
},
{
"id": "wallet",
......
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