File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ export class ModifyMaxHolderPercentage extends Procedure<ModifyMaxHolderPercenta
1515 public type = ProcedureType . ModifyMaxHolderPercentage ;
1616
1717 /**
18- * - Set a new maximum percentage of token holders there can be
18+ * - Modify the number of tokens (expressed in percentage) that an investor can hold as maximum
1919 *
20- * Note that this procedure will fail if the security token symbol doesn't exist
21- * Note that this procedure will fail if the security token has disabled the PercentageOwnershipRestrictions feature
20+ * Note that this procedure will fail if:
21+ * - The security token symbol doesn't exist
22+ * - The security token has disabled the PercentageOwnershipRestrictions feature
2223 */
2324 public async prepareTransactions ( ) {
2425 const { symbol, maxHolderPercentage } = this . args ;
You can’t perform that action at this time.
0 commit comments