We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927ff1c commit ba68129Copy full SHA for ba68129
examples/e2e_cli/scripts/script.sh
@@ -43,6 +43,8 @@ setGlobals () {
43
}
44
45
createChannel() {
46
+ CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/orderer/localMspConfig
47
+ CORE_PEER_LOCALMSPID="OrdererMSP"
48
peer channel create -o $ORDERER_IP:7050 -c $CHANNEL_NAME -f crypto/orderer/channel.tx >&log.txt
49
res=$?
50
cat log.txt
0 commit comments