Merge "[FAB-6902] FAB-6904 correct the sample for FAB-6904"

This commit is contained in:
Gari Singh 2017-12-08 12:12:44 +00:00 committed by Gerrit Code Review
commit 77fa92c82c

View file

@ -56,7 +56,7 @@ Fabric_Client.newDefaultKeyValueStore({ path: store_path
console.log("Assigning transaction_id: ", tx_id._transaction_id);
// createCar chaincode function - requires 5 args, ex: args: ['CAR12', 'Honda', 'Accord', 'Black', 'Tom'],
// changeCarOwner chaincode function - requires 2 args , ex: args: ['CAR10', 'Barry'],
// changeCarOwner chaincode function - requires 2 args , ex: args: ['CAR10', 'Dave'],
// must send the proposal to endorsing peers
var request = {
//targets: let default to the peer assigned to the client