From 75e3be113726d83a2de6d427608a0fec8e9b9711 Mon Sep 17 00:00:00 2001 From: nikhil550 Date: Sat, 3 Oct 2020 01:53:52 -0400 Subject: [PATCH] Remove instantiate comment (#343) Signed-off-by: NIKHIL E GUPTA --- test-network/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/network.sh b/test-network/network.sh index a2190e40..4db35a2c 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -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