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>
This commit is contained in:
Ken P 2024-03-19 07:45:32 -06:00 committed by GitHub
parent a5eea8cd5c
commit 3811459e61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,7 +257,7 @@ Channel: &ChannelDefaults
#
################################################################################
Profiles:
ChannelUsingRaft:
TwoOrgsApplicationGenesis:
<<: *ChannelDefaults
Orderer:
<<: *OrdererDefaults