Skip to content

Commit 586346d

Browse files
committed
fix: documentation
1 parent 153a161 commit 586346d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/procedures/CreateSecurityToken.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)