Skip to content

Commit

Permalink
Merge "[FAB-12275] Fix missing channelID of the genesis block"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Oct 4, 2018
2 parents d7fed80 + 31cb4e3 commit d0d31a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ Then, we'll invoke the ``configtxgen`` tool to create the orderer genesis block:

.. code:: bash
../bin/configtxgen -profile TwoOrgsOrdererGenesis -outputBlock ./channel-artifacts/genesis.block
../bin/configtxgen -profile TwoOrgsOrdererGenesis -channelID byfn-sys-channel -outputBlock ./channel-artifacts/genesis.block
You should see an output similar to the following in your terminal:

Expand All @@ -459,7 +459,7 @@ You should see an output similar to the following in your terminal:
.. note:: The orderer genesis block and the subsequent artifacts we are about to create
will be output into the ``channel-artifacts`` directory at the root of this
project.
project. The `channelID` in the above command is the name of the system channel.

.. _createchanneltx:

Expand Down

0 comments on commit d0d31a5

Please sign in to comment.