Remove instantiate comment (#343)

Signed-off-by: NIKHIL E GUPTA <ngupta@symbridge.com>
This commit is contained in:
nikhil550 2020-10-03 01:53:52 -04:00 committed by GitHub
parent 22393b629b
commit 75e3be1137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -362,7 +362,7 @@ function createChannel() {
}
## Call the script to install and instantiate a chaincode on the channel
## Call the script to deploy a chaincode to the channel
function deployCC() {
scripts/deployCC.sh $CHANNEL_NAME $CC_NAME $CC_SRC_PATH $CC_SRC_LANGUAGE $CC_VERSION $CC_SEQUENCE $CC_INIT_FCN $CC_END_POLICY $CC_COLL_CONFIG $CLI_DELAY $MAX_RETRY $VERBOSE