From ae725bc56105d89cf52c5cc3621b10fa89202c8e Mon Sep 17 00:00:00 2001 From: Ken P <83926126+schrodingerscode@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:44:08 -0700 Subject: [PATCH] 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> --- test-network/scripts/createChannel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/scripts/createChannel.sh b/test-network/scripts/createChannel.sh index 6ff5ae04..82526b75 100755 --- a/test-network/scripts/createChannel.sh +++ b/test-network/scripts/createChannel.sh @@ -40,7 +40,7 @@ createChannelGenesisBlock() { if [ $bft_true -eq 1 ]; then configtxgen -profile ChannelUsingBFT -outputBlock ./channel-artifacts/${CHANNEL_NAME}.block -channelID $CHANNEL_NAME else - configtxgen -profile ChannelUsingRaft -outputBlock ./channel-artifacts/${CHANNEL_NAME}.block -channelID $CHANNEL_NAME + configtxgen -profile TwoOrgsApplicationGenesis -outputBlock ./channel-artifacts/${CHANNEL_NAME}.block -channelID $CHANNEL_NAME fi res=$? { set +x; } 2>/dev/null