diff --git a/api/apitxn/resmgmtclient/resmgmt.go b/api/apitxn/resmgmtclient/resmgmt.go index 574b7dee43..b2315a5de5 100644 --- a/api/apitxn/resmgmtclient/resmgmt.go +++ b/api/apitxn/resmgmtclient/resmgmt.go @@ -4,7 +4,7 @@ Copyright SecureKey Technologies Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 */ -package resmgmt +package resmgmtclient import ( "time" @@ -82,7 +82,7 @@ type UpgradeCCOpts struct { // ResourceMgmtClient is responsible for managing resources: peers joining channels, and installing and instantiating chaincodes(TODO). type ResourceMgmtClient interface { - // InstallCC - install chaincode + // InstallCC installs chaincode InstallCC(req InstallCCRequest) ([]InstallCCResponse, error) // InstallCCWithOpts installs chaincode with custom options (specific peers, filtered peers)