Background: I modified the /examples/e2e_cli/
from Hyperledger-fabric and get this error message when running the end to end script.sh
Error: endorsement failure during query. response: status:500 message:"make sure the chaincode mycc has been successfully instantiated and try again: getccdata mychannel/mycc responded with error: could not find chaincode with name 'mycc'"
The chaincode is correctly instantiated. What could actually be causing this error?