Skip to content

Commit

Permalink
fix: comments improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Jan 15, 2020
1 parent be89525 commit 8962561
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/procedures/ModifyMaxHolderPercentage.ts
Expand Up @@ -15,10 +15,11 @@ export class ModifyMaxHolderPercentage extends Procedure<ModifyMaxHolderPercenta
public type = ProcedureType.ModifyMaxHolderPercentage;

/**
* - Set a new maximum percentage of token holders there can be
* - Modify the number of tokens (expressed in percentage) that an investor can hold as maximum
*
* Note that this procedure will fail if the security token symbol doesn't exist
* Note that this procedure will fail if the security token has disabled the PercentageOwnershipRestrictions feature
* Note that this procedure will fail if:
* - The security token symbol doesn't exist
* - The security token has disabled the PercentageOwnershipRestrictions feature
*/
public async prepareTransactions() {
const { symbol, maxHolderPercentage } = this.args;
Expand Down

0 comments on commit 8962561

Please sign in to comment.