Skip to content

Commit 49b3851

Browse files
committed
[FAB-4500] Fix words in orderer.yaml
Fix duplicated words in orderer.yaml. Change-Id: I80e6677090972bd8155b0195a7ed920aee943795 Signed-off-by: Baohua Yang <[email protected]>
1 parent 9fd3d2d commit 49b3851

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/cluster/config/orderer.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ General:
6767

6868
# LocalMSPID is the identity to register the local MSP material with the MSP
6969
# manager. IMPORTANT: The local MSP ID of an orderer needs to match the MSP
70-
# ID of one of the organizations defined in the in the orderer system
71-
# channel's /Channel/Orderer configuration. The sample organization defined
72-
# in the sample configuration provided has an MSP ID of "DEFAULT".
70+
# ID of one of the organizations defined in the orderer system channel's
71+
# /Channel/Orderer configuration. The sample organization defined in the
72+
# sample configuration provided has an MSP ID of "DEFAULT".
7373
LocalMSPID: OrdererMSP
7474

7575
# Enable an HTTP service for Go "pprof" profiling as documented at:

sampleconfig/orderer.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ General:
6767

6868
# LocalMSPID is the identity to register the local MSP material with the MSP
6969
# manager. IMPORTANT: The local MSP ID of an orderer needs to match the MSP
70-
# ID of one of the organizations defined in the in the orderer system
71-
# channel's /Channel/Orderer configuration. The sample organization defined
72-
# in the sample configuration provided has an MSP ID of "DEFAULT".
70+
# ID of one of the organizations defined in the orderer system channel's
71+
# /Channel/Orderer configuration. The sample organization defined in the
72+
# sample configuration provided has an MSP ID of "DEFAULT".
7373
LocalMSPID: DEFAULT
7474

7575
# Enable an HTTP service for Go "pprof" profiling as documented at:

0 commit comments

Comments
 (0)