File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ graph hyperledger_fabric_1 {
12
12
subgraph clusterA {
13
13
node [shape = circle ];
14
14
15
- label =" Organization A - Channel" ;
15
+ label =" Organization A - Private Channel" ;
16
16
peer_A-- peer_B;
17
17
peer_A-- peer_C;
18
18
peer_B-- peer_C;
@@ -31,7 +31,7 @@ graph hyperledger_fabric_1 {
31
31
Chaincode [shape = doublecircle ];
32
32
33
33
34
- label =" Organization Z - Channel" ;
34
+ label =" Organization Z - Private Channel" ;
35
35
peer_D-- peer_E;
36
36
peer_D-- peer_F;
37
37
peer_E-- peer_F;
@@ -47,12 +47,13 @@ graph hyperledger_fabric_1 {
47
47
clusterA -- CA_A [label =" has" arrowhead =" none" ];
48
48
clusterZ -- CA_Z [label =" has" arrowhead =" none" ];
49
49
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" ];
52
53
53
54
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" ];
56
57
57
58
}
58
59
You can’t perform that action at this time.
0 commit comments