mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
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:
parent
7d5aaf11e2
commit
f2c1c59c50
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ Organizations:
|
|||
Rule: "OR('OrdererMSP.admin')"
|
||||
OrdererEndpoints:
|
||||
- orderer.example.com:7050
|
||||
- orderer.example.com:7052
|
||||
- orderer.example.com:7056
|
||||
- orderer.example.com:7058
|
||||
- orderer2.example.com:7052
|
||||
- orderer3.example.com:7056
|
||||
- orderer4.example.com:7058
|
||||
- &Org1
|
||||
# DefaultOrg defines the organization which is used in the sampleconfig
|
||||
# of the fabric.git development environment
|
||||
|
|
|
|||
Loading…
Reference in a new issue