File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ export class ModifyPercentageExemptions extends Procedure<ModifyPercentageExempt
16
16
public type = ProcedureType . ModifyPercentageExemptions ;
17
17
18
18
/**
19
- * - Modify whitelist data or allow/disallow the PTM module to mint tokens
19
+ * Update whitelist data and issuance operations related to percentage restriction
20
20
*
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
25
25
*/
26
26
public async prepareTransactions ( ) {
27
27
const { symbol, whitelistEntries = [ ] , allowPrimaryIssuance } = this . args ;
You can’t perform that action at this time.
0 commit comments