From 2e6162abbd6450b905d36043bd1e3dcd0e45b6d2 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 27 Aug 2020 15:22:37 -0600 Subject: [PATCH] C headers doc --- token/program/inc/token.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/token/program/inc/token.h b/token/program/inc/token.h index a05c0873..a3da9eb3 100644 --- a/token/program/inc/token.h +++ b/token/program/inc/token.h @@ -123,8 +123,10 @@ typedef enum Token_TokenInstruction_Tag { */ Token_TokenInstruction_InitializeMint, /** - * Initializes a new account to hold tokens. If this account is associated with the native mint - * then the token balance of the initialized account will be equal to the amount of SOL in the account. + * Initializes a new account to hold tokens. If this account is associated with the native + * mint then the token balance of the initialized account will be equal to the amount of SOL + * in the account. If this account is associated with another mint, that mint must be + * initialized before this command can succeed. * * The `InitializeAccount` instruction requires no signers and MUST be included within * the same Transaction as the system program's `CreateInstruction` that creates the account