Skip to content

Commit

Permalink
馃搩 docs(deploy chaincode): fix some errors (#781)
Browse files Browse the repository at this point in the history
Signed-off-by: Houtaroy <Houtaroy@gmail.com>
  • Loading branch information
houtaroy committed Mar 3, 2023
1 parent c9aecdd commit 634a22f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/locale/zh_CN/source/deploy_chaincode.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ find . -name monitordocker.sh

You can then start Logspout by running the following command:
```
./monitordocker.sh net_test
./monitordocker.sh fabric_test
```
You should see output similar to the following:
```
Expand Down Expand Up @@ -318,7 +318,6 @@ We can now install the chaincode on the Org2 peer. Set the following environment
```
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 Expand Up @@ -509,7 +508,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 634a22f

Please sign in to comment.