Skip to content

Commit

Permalink
FAB-2671 e2e_cli to use OrdererMSP consistently
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-2671

Change-Id: Ib52cd0d26eb26ad6c27b4d26b047d4850ad4a6a2
Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
  • Loading branch information
Srinivasan Muralidharan committed Mar 6, 2017
1 parent 927ff1c commit ba68129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/e2e_cli/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ setGlobals () {
}

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

0 comments on commit ba68129

Please sign in to comment.