I tried deploying the following example :
It shows me an error when I try running the following command:
peer query -C mychannel -n mycc -c {"Args":["query","a"]}
The error is stated as:
"failed to deserialize identity, err MSP DEFAULT is unknown".
The query is copied from script.sh, which is called by
./byfn.sh -m up
But it doesn't run directly. Can someone help?