mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
[FAB-12275] Fix the warn in creating genesis block
- add system channel name Change-Id: Ie36e36b2053524cf3bbcf9be17305ccb7d3f966c Signed-off-by: Hui Kang <kangh@us.ibm.com>
This commit is contained in:
parent
33d333fd46
commit
3a12c6022b
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ function generateChannelArtifacts() {
|
||||||
# Note: For some unknown reason (at least for now) the block file can't be
|
# 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!
|
# named orderer.genesis.block or the orderer will fail to launch!
|
||||||
set -x
|
set -x
|
||||||
configtxgen -profile TwoOrgsOrdererGenesis -outputBlock ./channel-artifacts/genesis.block
|
configtxgen -profile TwoOrgsOrdererGenesis -channelID byfn-sys-channel -outputBlock ./channel-artifacts/genesis.block
|
||||||
res=$?
|
res=$?
|
||||||
set +x
|
set +x
|
||||||
if [ $res -ne 0 ]; then
|
if [ $res -ne 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue