Skip to content

Commit

Permalink
Remove duplicated line
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Mortaja <waleedmortaja@protonmail.com>
  • Loading branch information
WaleedMortaja authored and denyeart committed May 20, 2022
1 parent eabe68b commit df783d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/deploy_chaincode.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ We now need to install the chaincode package and approve the chaincode definitio
```
export CORE_PEER_LOCALMSPID="Org2MSP"
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt
export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt
export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
export CORE_PEER_ADDRESS=localhost:9051
```
Expand Down

0 comments on commit df783d6

Please sign in to comment.