mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +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
ae725bc561
commit
2ba5d840f0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ then
|
|||
ordererType="BFT"
|
||||
export FABRIC_CFG_PATH="${PWD}/bft-config"
|
||||
else
|
||||
profile="ChannelUsingRaft"
|
||||
profile="TwoOrgsApplicationGenesis"
|
||||
fi
|
||||
|
||||
echo "Generating application channel genesis block with ${ordererType} consensus"
|
||||
|
|
|
|||
Loading…
Reference in a new issue