Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5913]balance-transfer:Fix query response message
"queryChaincode" doesn’t output responses from all peers in log message. It exits the loop processing after outputting the first response. We should print all responses from all peers. Also, we should return a response (e.g. the response_payloads[0]) after the loop. This patch fixes the problems above. Change-Id: I92a0c5a663d6da0854d89bf76c5ba36da86754ef Signed-off-by: Yuki Kondo <[email protected]>
- Loading branch information