Skip to content

Commit

Permalink
Merge "[FAB-6902] FAB-6904 correct the sample for FAB-6904"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Dec 8, 2017
2 parents 69a127e + 24ef9da commit 77fa92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabcar/invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77fa92c

Please sign in to comment.