mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25: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
30834e7b56
commit
ae725bc561
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue