Skip to content

Commit

Permalink
Easier for annotations, refactor msp part, more readable format. (#36)
Browse files Browse the repository at this point in the history
Thank you Dr. Marchini!
  • Loading branch information
Montana committed Jul 25, 2023
1 parent dac8ed3 commit a05f001
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hyperledger/scripts/invoke_chaincode_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
set -x
export CORE_PEER_ADDRESS=org1-peer1:7051
peer chaincode \
invoke \
-o org0-orderer1:6050 \
--tls --cafile /var/hyperledger/fabric/organizations/ordererOrganizations/org0.example.com/msp/tlscacerts/org0-tls-ca.pem \
-n ${CHAINCODE_NAME} \
-C ${CHANNEL_NAME} \
-c '${parameters}'
invoke \
-o org0-orderer1:6050 \
--tls --cafile /var/hyperledger/fabric/organizations/ordererOrganizations/org0.example.com/msp/tlscacerts/org0-tls-ca.pem \
-n ${CHAINCODE_NAME} \
-C ${CHANNEL_NAME} \
-c '${parameters}'

sleep 2

0 comments on commit a05f001

Please sign in to comment.