Skip to content

Commit

Permalink
Fix OrdererEndpoints in test-network's bft sample
Browse files Browse the repository at this point in the history
This patch fixes the description of orderer2-4 in OrdererEndpoints
in test-network's bft-config/configtx.yaml.

Signed-off-by: Tatsuya Sato <[email protected]>
  • Loading branch information
satota2 authored and denyeart committed Aug 29, 2023
1 parent 7d5aaf1 commit f2c1c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-network/bft-config/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2c1c59

Please sign in to comment.