Merge "[FAB-11577] Fix balance transfer to install Chaincode"

This commit is contained in:
Jonathan Levi (HACERA) 2018-09-09 17:26:57 +00:00 committed by Gerrit Code Review
commit eb3331eba4

View file

@ -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,