File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ export class CreateSecurityToken extends Procedure<
2020 public type = ProcedureType . CreateSecurityToken ;
2121
2222 /**
23- * - Approve the ERC20 token transfer
23+ * - Approve spending the required POLY to pay the Security Token launch fee
2424 * - Create the new Security Token
2525 *
26- * Note that this procedure will fail if the security token symbol hasn't been reserved
27- * Note that this procedure will fail if the security token symbol has already been reserved by another issuer
28- * Note that this procedure will fail if the security token symbol has already been launched
26+ * Note that this procedure will fail if:
27+ * - The Security Token symbol hasn't been reserved
28+ * - The Security Token symbol has already been reserved by another issuer
29+ * - The Security Token symbol already been launched
2930 */
3031 public async prepareTransactions ( ) {
3132 const { args, context } = this ;
You can’t perform that action at this time.
0 commit comments