-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After running the following command, an error states that the basic.tar.gz files does not exist:
$ ./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go -ccl go
Output:
++ peer lifecycle chaincode calculatepackageid basic.tar.gz
Error: failed to read chaincode package at 'basic.tar.gz': open basic.tar.gz: no such file or directory
Expected behavior:
++ peer lifecycle chaincode calculatepackageid basic.tar.gz
+ PACKAGE_ID=basic_1.0: ee50fa374f273a42c9d5477b0a2924ff744735eff15bea7ce52bcf887af5fc01
Chaincode is packaged
File is missing from the repository.
Metadata
Metadata
Assignees
Labels
No labels