mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update tokenERC20.js
Deleted redundant `totalSupply` param from `Initialize` JSDoc Signed-off-by: Maxim Tiron <xzstnc@mail.ru>
This commit is contained in:
parent
6498680b1f
commit
5c8e2d29ee
1 changed files with 0 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ class TokenERC20Contract extends Contract {
|
|||
* @param {String} name The name of the token
|
||||
* @param {String} symbol The symbol of the token
|
||||
* @param {String} decimals The decimals of the token
|
||||
* @param {String} totalSupply The totalSupply of the token
|
||||
*/
|
||||
async Initialize(ctx, name, symbol, decimals) {
|
||||
// Check client authorization
|
||||
|
|
|
|||
Loading…
Reference in a new issue