From b1fb856b3b27f421924a6e17881e0c70dc326585 Mon Sep 17 00:00:00 2001 From: pamandrejko <36892852+pamandrejko@users.noreply.github.com> Date: Wed, 2 Dec 2020 18:54:47 -0500 Subject: [PATCH] Fix name of CHANNEL_CONFIG_BLOCK in the Channel participation API tutorial (#2186) Signed-off-by: pama-ibm (cherry picked from commit 3b98a7b9c72de75ab8a97c7cc99c50a933625293) --- docs/source/create_channel/create_channel_participation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/create_channel/create_channel_participation.md b/docs/source/create_channel/create_channel_participation.md index a3c87a60409..a5658662343 100644 --- a/docs/source/create_channel/create_channel_participation.md +++ b/docs/source/create_channel/create_channel_participation.md @@ -358,7 +358,7 @@ An unlimited number of profiles can be listed in the `Profiles` section accordin After you have completed editing the `configtx.yaml`, you can use it to create a new channel for the peer organizations. Every channel configuration starts with a genesis block. Because we previously set the environment variables for the `configtxgen` tool, you can run the following command to build the genesis block for `channel1` using the `SampleAppChannelEtcdRaft` profile: ``` -configtxgen -profile SampleAppGenesisEtcdRaft -outputBlock ./channel-artifacts/channel1.tx -channelID channel1 +configtxgen -profile SampleAppGenesisEtcdRaft -outputBlock genesis_block.pb -channelID channel1 ``` Where: