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