Skip to content

Commit ba68129

Browse files
author
Srinivasan Muralidharan
committed
FAB-2671 e2e_cli to use OrdererMSP consistently
https://jira.hyperledger.org/browse/FAB-2671 Change-Id: Ib52cd0d26eb26ad6c27b4d26b047d4850ad4a6a2 Signed-off-by: Srinivasan Muralidharan <[email protected]>
1 parent 927ff1c commit ba68129

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/e2e_cli/scripts/script.sh

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ setGlobals () {
4343
}
4444

4545
createChannel() {
46+
CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/orderer/localMspConfig
47+
CORE_PEER_LOCALMSPID="OrdererMSP"
4648
peer channel create -o $ORDERER_IP:7050 -c $CHANNEL_NAME -f crypto/orderer/channel.tx >&log.txt
4749
res=$?
4850
cat log.txt

0 commit comments

Comments
 (0)