Update tokenERC20.js

Deleted redundant `totalSupply` param from `Initialize` JSDoc

Signed-off-by: Maxim Tiron <xzstnc@mail.ru>
This commit is contained in:
Maxim Tiron 2025-03-11 13:36:54 +03:00 committed by GitHub
parent 6498680b1f
commit 5c8e2d29ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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