Skip to content

Commit

Permalink
Merge "[FAB-11577] Fix balance transfer to install Chaincode"
Browse files Browse the repository at this point in the history
  • Loading branch information
hacera-jonathan authored and Gerrit Code Review committed Sep 9, 2018
2 parents 4030ebd + cbbbc78 commit eb3331e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion balance-transfer/app/install-chaincode.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var installChaincode = async function(peers, chaincodeName, chaincodePath,
var client = await helper.getClientForOrg(org_name, username);
logger.debug('Successfully got the fabric client for the organization "%s"', org_name);

tx_id = client.newTransactionID(true); //get an admin transactionID
var request = {
targets: peers,
chaincodePath: chaincodePath,
Expand Down

0 comments on commit eb3331e

Please sign in to comment.