diff --git a/first-network/scripts/script.sh b/first-network/scripts/script.sh index 04bdea5f..ff120e00 100755 --- a/first-network/scripts/script.sh +++ b/first-network/scripts/script.sh @@ -104,6 +104,10 @@ if [ "${NO_CHAINCODE}" != "true" ]; then echo "Sending invoke transaction on peer0.org1 peer0.org2..." chaincodeInvoke 0 1 0 2 + ## Install chaincode on peer1.org1 + echo "Installing chaincode on peer1.org1..." + installChaincode 1 1 + ## Install chaincode on peer1.org2 echo "Installing chaincode on peer1.org2..." installChaincode 1 2