mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 16:45:09 +00:00
"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 <yuki.kondo@hal.hitachi.com> |
||
|---|---|---|
| .. | ||
| create-channel.js | ||
| helper.js | ||
| install-chaincode.js | ||
| instantiate-chaincode.js | ||
| invoke-transaction.js | ||
| join-channel.js | ||
| query.js | ||