Date
1 - 1 of 1
How to see the mismatched Proposal Responses? #fabric-chaincode
gqqnb2005 <gqqnb2005@...>
I'm using the test network
(https://github.com/hyperledger/fabric-samples/tree/main/test-network). I found once I perform certain operations and run the following command, Hyperledger throws error ``` $ peer chaincode invoke -C mychannel -n basic -c '{"function":"openCashDesk","Args":["1"]}' Error: could not assemble transaction: ProposalResponsePayloads do not match - proposal response: version:1 response:<status:200 payload:"true" > payload:"... ``` As https://hyperledger-fabric.readthedocs.io/en/release/txflow.html says "The application ... compares the proposal responses to determine if the proposal responses are the same.", how do I see the mismatched Proposal Responses? |
|