fabric-samples/balance-transfer/app
Yuki Kondo 70bff28f8a [FAB-5197]Check all prop-responses in balance-transfer
"balance-transfer" app doesn't check all of the proposal responses.

An app sends a transaction proposal to multiple peers and get
multiple responses. However, the only first response
"proposalResponses[0]" is checked repeatedly in the loop.

This patch fixes the code to check all of the array value of
proposalResponses correctly.

Change-Id: Id61e691eb4d1c3a6c4a7a390584dfd74f1fc6196
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
2017-07-06 08:08:52 -07:00
..
create-channel.js [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
helper.js [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
install-chaincode.js [FAB-5197]Check all prop-responses in balance-transfer 2017-07-06 08:08:52 -07:00
instantiate-chaincode.js [FAB-5197]Check all prop-responses in balance-transfer 2017-07-06 08:08:52 -07:00
invoke-transaction.js [FAB-5197]Check all prop-responses in balance-transfer 2017-07-06 08:08:52 -07:00
join-channel.js [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
network-config.json [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00
query.js [FAB-4996] NodeSDK - move sample to fabric-samples 2017-06-27 05:59:53 -04:00