Skip to content

Commit

Permalink
Fix name of CHANNEL_CONFIG_BLOCK in the Channel participation API tut…
Browse files Browse the repository at this point in the history
…orial (#2186)

Signed-off-by: pama-ibm <pama@ibm.com>
(cherry picked from commit 3b98a7b)
  • Loading branch information
pamandrejko authored and mergify[bot] committed Dec 3, 2020
1 parent bd49126 commit b1fb856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/create_channel/create_channel_participation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1fb856

Please sign in to comment.