mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
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:
parent
a5eea8cd5c
commit
3811459e61
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ Channel: &ChannelDefaults
|
|||
#
|
||||
################################################################################
|
||||
Profiles:
|
||||
ChannelUsingRaft:
|
||||
TwoOrgsApplicationGenesis:
|
||||
<<: *ChannelDefaults
|
||||
Orderer:
|
||||
<<: *OrdererDefaults
|
||||
|
|
|
|||
Loading…
Reference in a new issue