mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
Merge "[FAB-6902] FAB-6904 correct the sample for FAB-6904"
This commit is contained in:
commit
77fa92c82c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Fabric_Client.newDefaultKeyValueStore({ path: store_path
|
||||||
console.log("Assigning transaction_id: ", tx_id._transaction_id);
|
console.log("Assigning transaction_id: ", tx_id._transaction_id);
|
||||||
|
|
||||||
// createCar chaincode function - requires 5 args, ex: args: ['CAR12', 'Honda', 'Accord', 'Black', 'Tom'],
|
// 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
|
// must send the proposal to endorsing peers
|
||||||
var request = {
|
var request = {
|
||||||
//targets: let default to the peer assigned to the client
|
//targets: let default to the peer assigned to the client
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue