Skip to content

Commit f45ec26

Browse files
committed
fix: modify comments
1 parent 2c2253a commit f45ec26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/procedures/ModifyPercentageExemptions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export class ModifyPercentageExemptions extends Procedure<ModifyPercentageExempt
1616
public type = ProcedureType.ModifyPercentageExemptions;
1717

1818
/**
19-
* - Modify whitelist data or allow/disallow the PTM module to mint tokens
19+
* Update whitelist data and issuance operations related to percentage restriction
2020
*
21-
* Note that this procedure will fail if there is nothing to modify
22-
* Note that this procedure will fail if the security token symbol doesn't exist
23-
* Note that this procedure will fail if PercentageOwnershipRestrictions is disabled
24-
* Note that this procedure will fail if whitelist data is the same data currently in the contract
21+
* Note that this procedure will fail if:
22+
* - The data supplied to it is no different to the data in the contract
23+
* - The Security Token doesn't exist
24+
* - The Percentage Ownership Restrictions feature isn't enabled
2525
*/
2626
public async prepareTransactions() {
2727
const { symbol, whitelistEntries = [], allowPrimaryIssuance } = this.args;

0 commit comments

Comments
 (0)