The "setVal" function in integration/chaincode/keylevelep/chaincode.go gets the private data directly via function parameters, which will be included in the transaction and all peers can access. The private data should be passed in the function via "GetTranscient" API.