Fix OrdererEndpoints in test-network's bft sample

This patch fixes the description of orderer2-4 in OrdererEndpoints
in test-network's bft-config/configtx.yaml.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
This commit is contained in:
Tatsuya Sato 2023-08-29 05:22:47 +00:00 committed by Dave Enyeart
parent 7d5aaf11e2
commit f2c1c59c50

View file

@ -38,9 +38,9 @@ Organizations:
Rule: "OR('OrdererMSP.admin')" Rule: "OR('OrdererMSP.admin')"
OrdererEndpoints: OrdererEndpoints:
- orderer.example.com:7050 - orderer.example.com:7050
- orderer.example.com:7052 - orderer2.example.com:7052
- orderer.example.com:7056 - orderer3.example.com:7056
- orderer.example.com:7058 - orderer4.example.com:7058
- &Org1 - &Org1
# DefaultOrg defines the organization which is used in the sampleconfig # DefaultOrg defines the organization which is used in the sampleconfig
# of the fabric.git development environment # of the fabric.git development environment