@@ -105,7 +105,7 @@ Note that we need to call the initialize function before being able to use any f
105
105
Shift back to the Org1 terminal, we'll set the following environment variables to operate the ` peer ` CLI as the minter identity from Org1.
106
106
```
107
107
export CORE_PEER_TLS_ENABLED=true
108
- export CORE_PEER_LOCALMSPID=" Org1MSP"
108
+ export CORE_PEER_LOCALMSPID=Org1MSP
109
109
export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/[email protected] /msp
110
110
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
111
111
export CORE_PEER_ADDRESS=localhost:7051
@@ -123,7 +123,7 @@ Now that we have initialized the contract and created the identity of the minter
123
123
Shift back to the Org1 terminal, we'll set the following environment variables to operate the ` peer ` CLI as the minter identity from Org1.
124
124
```
125
125
export CORE_PEER_TLS_ENABLED=true
126
- export CORE_PEER_LOCALMSPID=" Org1MSP"
126
+ export CORE_PEER_LOCALMSPID=Org1MSP
127
127
export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/[email protected] /msp
128
128
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
129
129
export CORE_PEER_ADDRESS=localhost:7051
@@ -165,7 +165,7 @@ Let's prepare the Org2 terminal by setting the environment variables for the Org
165
165
```
166
166
export FABRIC_CFG_PATH=$PWD/../config/
167
167
export CORE_PEER_TLS_ENABLED=true
168
- export CORE_PEER_LOCALMSPID=" Org2MSP"
168
+ export CORE_PEER_LOCALMSPID=Org2MSP
169
169
export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org2.example.com/users/[email protected] /msp
170
170
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt
171
171
export CORE_PEER_ADDRESS=localhost:9051
@@ -280,7 +280,7 @@ Open a 3rd terminal to represent the operator in Org1 and navigate to fabric-sam
280
280
export PATH=${PWD}/../bin:${PWD}:$PATH
281
281
export FABRIC_CFG_PATH=$PWD/../config/
282
282
export CORE_PEER_TLS_ENABLED=true
283
- export CORE_PEER_LOCALMSPID=" Org1MSP"
283
+ export CORE_PEER_LOCALMSPID=Org1MSP
284
284
export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org1.example.com/users/[email protected] /msp
285
285
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
286
286
export CORE_PEER_ADDRESS=localhost:7051
0 commit comments