From 3811459e61f05a605a3a088395feb1a8a8609356 Mon Sep 17 00:00:00 2001 From: Ken P <83926126+schrodingerscode@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:45:32 -0600 Subject: [PATCH] Update configtx.yaml It seems the profile name was incorrectly changed to from "TwoOrgsApplicationGenesis" as the fabric tutorial requires to "ChannelUsingRafts". This latter profile name creates an error when setting up channels using the test network and tutorials. This update changes the profile name back to "TwoOrgsApplicationGenesis" as is required for the test network tutorials for which this file was created. Signed-off-by: Ken P <83926126+schrodingerscode@users.noreply.github.com> --- test-network/configtx/configtx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/configtx/configtx.yaml b/test-network/configtx/configtx.yaml index 6f783e2a..c5dd4c42 100644 --- a/test-network/configtx/configtx.yaml +++ b/test-network/configtx/configtx.yaml @@ -257,7 +257,7 @@ Channel: &ChannelDefaults # ################################################################################ Profiles: - ChannelUsingRaft: + TwoOrgsApplicationGenesis: <<: *ChannelDefaults Orderer: <<: *OrdererDefaults