mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Merge "[FAB-5311] Fix spelling error"
This commit is contained in:
commit
1153988540
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ var instantiateChaincode = function(channelName, chaincodeName, chaincodeVersion
|
|||
}).then((response) => {
|
||||
if (response.status === 'SUCCESS') {
|
||||
logger.info('Successfully sent transaction to the orderer.');
|
||||
return 'Chaincode Instantiateion is SUCCESS';
|
||||
return 'Chaincode Instantiation is SUCCESS';
|
||||
} else {
|
||||
logger.error('Failed to order the transaction. Error code: ' + response.status);
|
||||
return 'Failed to order the transaction. Error code: ' + response.status;
|
||||
|
|
|
|||
Loading…
Reference in a new issue