Skip to content

Commit 650856c

Browse files
committed
[FAB-5002]Fix mspconfigpath assignment.
Fix [FAB-5002] remove assignment of "CORE_PEER_MSPCONFIGPATH" when set globals on peer1. Because there is no need to make a assignment again on "CORE_PEER_MSPCONFIGPATH". No matter peer0 or peer1 set globals, they have the same configuration. Change-Id: Ibf0d5fd3b03f5d85293c2fa365bcfd528ee29913 Signed-off-by: Wang Wenfeng <[email protected]>
1 parent efbaee5 commit 650856c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/e2e_cli/scripts/script.sh

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ setGlobals () {
3939
CORE_PEER_ADDRESS=peer0.org1.example.com:7051
4040
else
4141
CORE_PEER_ADDRESS=peer1.org1.example.com:7051
42-
CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/[email protected]/msp
4342
fi
4443
else
4544
CORE_PEER_LOCALMSPID="Org2MSP"

0 commit comments

Comments
 (0)