Skip to content

Commit 6af1b8b

Browse files
committed
fix: remove symbol string
1 parent 586346d commit 6af1b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedures/CreateSecurityToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class CreateSecurityToken extends Procedure<
2626
* Note that this procedure will fail if:
2727
* - The Security Token symbol hasn't been reserved
2828
* - The Security Token symbol has already been reserved by another issuer
29-
* - The Security Token symbol already been launched
29+
* - The Security Token already been launched
3030
*/
3131
public async prepareTransactions() {
3232
const { args, context } = this;

0 commit comments

Comments
 (0)