mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 00:55:10 +00:00
Changed 'ChannelUsingRafts' profile back to 'TwoOrgsApplicationGenesis' to enable it to work with test-network tutorial.
Signed-off-by: Ken P <83926126+schrodingerscode@users.noreply.github.com>
This commit is contained in:
parent
2ba5d840f0
commit
eed8e2c0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,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 "ChannelUsingRaft" profile at the bottom
|
||||
# genesis block is defined using the "TwoOrgsApplicationGenesis" 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue