Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2e6162a

Browse files
Tyera Eulbergmvines
authored andcommitted
C headers doc
1 parent b2b2044 commit 2e6162a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

token/program/inc/token.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ typedef enum Token_TokenInstruction_Tag {
123123
*/
124124
Token_TokenInstruction_InitializeMint,
125125
/**
126-
* Initializes a new account to hold tokens. If this account is associated with the native mint
127-
* then the token balance of the initialized account will be equal to the amount of SOL in the account.
126+
* Initializes a new account to hold tokens. If this account is associated with the native
127+
* mint then the token balance of the initialized account will be equal to the amount of SOL
128+
* in the account. If this account is associated with another mint, that mint must be
129+
* initialized before this command can succeed.
128130
*
129131
* The `InitializeAccount` instruction requires no signers and MUST be included within
130132
* the same Transaction as the system program's `CreateInstruction` that creates the account

0 commit comments

Comments
 (0)