Skip to content

Commit

Permalink
Fix certPath in assetTransfer.go
Browse files Browse the repository at this point in the history
current version of network.sh does not generate cert.pem as filename

Signed-off-by: thejjw <[email protected]>
  • Loading branch information
thejjw authored Jan 15, 2024
1 parent 02d9f8c commit a5164ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
const (
mspID = "Org1MSP"
cryptoPath = "../../test-network/organizations/peerOrganizations/org1.example.com"
certPath = cryptoPath + "/users/[email protected]/msp/signcerts/cert.pem"
certPath = cryptoPath + "/users/[email protected]/msp/signcerts/[email protected]cert.pem"
keyPath = cryptoPath + "/users/[email protected]/msp/keystore/"
tlsCertPath = cryptoPath + "/peers/peer0.org1.example.com/tls/ca.crt"
peerEndpoint = "localhost:7051"
Expand Down

0 comments on commit a5164ee

Please sign in to comment.