ArPhil / HLF-21-2Org-1Ord-CG

0 stars 1 forks source link

Fix .start.sh script to match the name at the file creation #2

Open victor-ccab opened 4 years ago

victor-ccab commented 4 years ago

Fix the lines 30 and 36 to match the exact name of files created above (lines 19 and 21, respectively) .

Change

Line 30 peer channel update -o localhost:7050 --ordererTLSHostnameOverride orderer0.ap.com -c apchannel -f ./channel-artifacts/Org1MSPanchors.tx --tls $CORE_PEER_TLS_ENABLED --cafile $ORDERER_CA

Line 36 peer channel update -o localhost:7050 --ordererTLSHostnameOverride orderer0.ap.com -c apchannel -f ./channel-artifacts/Org2MSPanchors.tx --tls $CORE_PEER_TLS_ENABLED --cafile $ORDERER_CA

Obs.: I tried to send a PR but the project seems to be closed for PRs.