From 14d90a5e977b9c7b1f1250ecd2b92eb3d983d527 Mon Sep 17 00:00:00 2001 From: KIM GEONWOO Date: Wed, 25 Mar 2020 17:50:28 +0900 Subject: [PATCH] =?UTF-8?q?[FAB-17656]=20echo=20Generating=20channel.tx=20?= =?UTF-8?q?echo=C2=A0Generating=20channel=20configuration=20transaction=20?= =?UTF-8?q?'channel.tx'=20it=20will=20be=20output=20to=20the=20console=20"?= =?UTF-8?q?configtxgen=20-profile=20TwoOrgsChannel=20-outputCreateChannelT?= =?UTF-8?q?x=20./channel-artifacts/channel.tx=20-channelID=20mychannel"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: KIM GEONWOO --- first-network/byfn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 588c56b9..4b4a3bad 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -371,8 +371,10 @@ function generateChannelArtifacts() { echo "##########################################################" # Note: For some unknown reason (at least for now) the block file can't be # named orderer.genesis.block or the orderer will fail to launch! + set -x configtxgen -profile SampleMultiNodeEtcdRaft -channelID byfn-sys-channel -outputBlock ./channel-artifacts/genesis.block res=$? + set +x if [ $res -ne 0 ]; then echo "Failed to generate orderer genesis block..." exit 1