diff --git a/fabcar/invoke.js b/fabcar/invoke.js index ad3fd2d905..1c0270aca1 100644 --- a/fabcar/invoke.js +++ b/fabcar/invoke.js @@ -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