Skip to content
  • Gari Singh's avatar
    [FAB-12606] Remove unnecessary CC Type check · ac5c5b27
    Gari Singh authored
    
    
    It is not actually necessary to specify the
    CC type when instantiating chaincode as
    CC name and version are actually used to
    get the installed chaincode bytes from the
    filesytem.
    
    With this change, CCType is no longer checked
    at all during instantiate and is therefore no
    longer required (which will make things easier
    for clients)
    
    Change-Id: Ic1decbf98cf28689f85af94931fa121461ef1e4d
    Signed-off-by: default avatarGari Singh <gari.r.singh@gmail.com>
    ac5c5b27