mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05:10 +00:00
Merge "[FAB-11577] Fix balance transfer to install Chaincode"
This commit is contained in:
commit
eb3331eba4
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ var installChaincode = async function(peers, chaincodeName, chaincodePath,
|
||||||
var client = await helper.getClientForOrg(org_name, username);
|
var client = await helper.getClientForOrg(org_name, username);
|
||||||
logger.debug('Successfully got the fabric client for the organization "%s"', org_name);
|
logger.debug('Successfully got the fabric client for the organization "%s"', org_name);
|
||||||
|
|
||||||
tx_id = client.newTransactionID(true); //get an admin transactionID
|
|
||||||
var request = {
|
var request = {
|
||||||
targets: peers,
|
targets: peers,
|
||||||
chaincodePath: chaincodePath,
|
chaincodePath: chaincodePath,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue