File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ submit a request to add a marble:
402
402
export CORE_PEER_LOCALMSPID=Org1MSP
403
403
export CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
404
404
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
405
- export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2 .example.com/peers/peer0.org1.example.com/tls/ca.crt
405
+ export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1 .example.com/peers/peer0.org1.example.com/tls/ca.crt
406
406
407
407
Invoke the marbles ``initMarble `` function which
408
408
creates a marble with private data --- name ``marble1 `` owned by ``tom `` with a color
@@ -628,7 +628,7 @@ price private data is purged.
628
628
export CORE_PEER_LOCALMSPID=Org1MSP
629
629
export CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt
630
630
export CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp
631
- export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2 .example.com/peers/peer0.org1.example.com/tls/ca.crt
631
+ export PEER0_ORG1_CA=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1 .example.com/peers/peer0.org1.example.com/tls/ca.crt
632
632
633
633
Open a new terminal window and view the private data logs for this peer by
634
634
running the following command:
You can’t perform that action at this time.
0 commit comments