From bb16ad157d5eaee48afe56ccfc325cfb43d2f04a Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Fri, 10 Jun 2022 11:04:52 +0200 Subject: [PATCH] change comments in NFTFactory --- src/contracts/factories/NFTFactory.ts | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/contracts/factories/NFTFactory.ts b/src/contracts/factories/NFTFactory.ts index 52c382e3..e30fdd65 100644 --- a/src/contracts/factories/NFTFactory.ts +++ b/src/contracts/factories/NFTFactory.ts @@ -140,7 +140,7 @@ export class NftFactory extends SmartContractWithAddress { } /** Get Current Template Datatoken (ERC20) Count - * @return {Promise} Number of ERC20 Template added to this factory + * @return {Promise} Number of Datatoken Template added to this factory */ public async getCurrentTokenTemplateCount(): Promise { const count = await this.contract.methods.getCurrentTemplateCount().call() @@ -163,7 +163,7 @@ export class NftFactory extends SmartContractWithAddress { return template } - /** Get Datatoken(erc20) Template + /** Get Datatoken(ERC20) Template * @param {Number} index Template index * @return {Promise