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:
Ken P 2024-03-20 16:46:27 -07:00
parent ae725bc561
commit 2ba5d840f0

View file

@ -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"