Skip to content

Commit

Permalink
Remove a duplicate command line
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperzsb <hyperzsb@qq.com>
  • Loading branch information
Hyperzsb authored and denyeart committed Mar 28, 2022
1 parent ce6b188 commit b9adb43
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 @@ -619,7 +619,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 b9adb43

Please sign in to comment.