From 24ef9da1c63386c0d86f3a3b063775f14a6c57fc Mon Sep 17 00:00:00 2001 From: luomin Date: Tue, 7 Nov 2017 21:37:15 +0900 Subject: [PATCH] [FAB-6902] FAB-6904 correct the sample for FAB-6904 Maybe this sub-task is too stricky and tiny. To make the source easier to be read together as explained in the WYFA doc. Change-Id: Icc0dc56c3e25ca7b8d4828935addd5ec7229e51c Signed-off-by: Min Luo --- fabcar/invoke.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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