We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb4b1 commit 6840104Copy full SHA for 6840104
1 file changed
src/procedures/IssueTokens.ts
@@ -41,7 +41,7 @@ export class IssueTokens extends Procedure<IssueTokensProcedureArgs, Shareholder
41
* This means that if one of the wallets on the list doesn't clear transfer restrictions, the transaction will revert
42
*
43
* Note that this procedure will fail if:
44
- * - The Security Token symbol doesn't exist
+ * - The Security Token doesn't exist
45
* - At least one wallet address doesn't clear transfer restrictions. This check is bypassed if new KYC data is provided
46
*/
47
public async prepareTransactions() {
0 commit comments