From 2ba5d840f0713bd181a54f4f3b14c6f940c348ec Mon Sep 17 00:00:00 2001 From: Ken P <83926126+schrodingerscode@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:46:27 -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-nano-bash/generate_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network-nano-bash/generate_artifacts.sh b/test-network-nano-bash/generate_artifacts.sh index 9ad83240..50dd7be9 100755 --- a/test-network-nano-bash/generate_artifacts.sh +++ b/test-network-nano-bash/generate_artifacts.sh @@ -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"