Skip to content

Commit 7590a24

Browse files
author
Raul Andres
committed
adding private channel and modify relay and batch actions
1 parent fc446ec commit 7590a24

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

hyperledger-fabric.dot

+7-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ graph hyperledger_fabric_1 {
1212
subgraph clusterA {
1313
node [shape = circle];
1414

15-
label="Organization A - Channel";
15+
label="Organization A - Private Channel";
1616
peer_A--peer_B;
1717
peer_A--peer_C;
1818
peer_B--peer_C;
@@ -31,7 +31,7 @@ graph hyperledger_fabric_1 {
3131
Chaincode [shape = doublecircle];
3232

3333

34-
label="Organization Z - Channel";
34+
label="Organization Z - Private Channel";
3535
peer_D--peer_E;
3636
peer_D--peer_F;
3737
peer_E--peer_F;
@@ -47,12 +47,13 @@ graph hyperledger_fabric_1 {
4747
clusterA -- CA_A [label="has" arrowhead="none"];
4848
clusterZ -- CA_Z [label="has" arrowhead="none"];
4949

50-
clusterA -- Orderers_Pool [label="relay" arrowhead="none"];
51-
clusterZ -- Orderers_Pool [label="batch" arrowhead="none"];
50+
clusterA -- Orderers_Pool [label="3 relay" arrowhead="none"];
51+
clusterA -- Orderers_Pool [label="4 batch" arrowhead="none"];
52+
clusterZ-- Orderers_Pool [arrowhead="none"];
5253

5354
application -- keys;
54-
application -- clusterA [label="proposal and submit tx"]
55-
participant -- application [label="enroll"];
55+
application -- clusterA [label="1 proposal and 2 submit tx"]
56+
participant -- application [label="0 enroll"];
5657

5758
}
5859

0 commit comments

Comments
 (0)