From f2c1c59c50f8f46dc12fb52c3f1acfd6c525741e Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Tue, 29 Aug 2023 05:22:47 +0000 Subject: [PATCH] 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 --- test-network/bft-config/configtx.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-network/bft-config/configtx.yaml b/test-network/bft-config/configtx.yaml index 9e68982d..39b6f0f3 100644 --- a/test-network/bft-config/configtx.yaml +++ b/test-network/bft-config/configtx.yaml @@ -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