From 07e7ee4ab69ac5af03eeabd4d72402066b99476a Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Mon, 11 Dec 2023 16:08:47 +0900 Subject: [PATCH] test-network: Update comments to reflect channel profile name changes (#1146) Signed-off-by: Tatsuya Sato --- test-network/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/network.sh b/test-network/network.sh index e6738553..eda8c63e 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -254,7 +254,7 @@ function createOrgs() { # The configtxgen tool is used to create the genesis block. Configtxgen consumes a # "configtx.yaml" file that contains the definitions for the sample network. The -# genesis block is defined using the "TwoOrgsApplicationGenesis" profile at the bottom +# genesis block is defined using the "ChannelUsingRaft" profile at the bottom # of the file. This profile defines an application channel consisting of our two Peer Orgs. # The peer and ordering organizations are defined in the "Profiles" section at the # top of the file. As part of each organization profile, the file points to the