Skip to content

Commit

Permalink
added query.js to query chaincode
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLDG committed Mar 21, 2019
1 parent 13b4861 commit 68c85ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-api/invoke.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
# Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -49,7 +49,7 @@ var invokeChaincode = async function(peerNames, channelName, chaincodeName, args
targets: peerNames,
chaincodeId: chaincodeName,
fcn: fcn,
args: ["m777777777771", "red", "35", "o7777777777777777771", "United Marbles"],
args: ["m777777777771", "red", "35", "o8888888888888888881", "United Marbles"],
chainId: channelName,
txId: txId
};
Expand Down

0 comments on commit 68c85ac

Please sign in to comment.