Skip to content

Commit

Permalink
update v2.0.3 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgershon committed Feb 5, 2020
1 parent 2bdb41b commit c495398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const invokeChaincode = async function (peerNames, channelName, chaincodeName, f
// start timer send transaction total
const sendTransactionTotalHistogramTimer = sendTransactionTotalHistogram.startTimer();

console.log(peerNames, channelName, chaincodeName, fcn, args, orgName, userName);
logger.debug(util.format('\n============ invoke transaction on channel %s ============\n', channelName));
let error_message = null;
let tx_id_string = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@akachain/akc-node-sdk",
"author": "hoangnh",
"version": "v2.0.2",
"version": "v2.0.3",
"description": "AKC node.js SDK for Decentralized Application to connect to Fabric Peers",
"main": "index.js",
"scripts": {},
Expand Down

0 comments on commit c495398

Please sign in to comment.