|
@@ -29,7 +29,7 @@ pub enum TokenInstruction {
|
|
/// 1.
|
|
/// 1.
|
|
/// * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
|
|
/// * If supply is non-zero: `[writable]` The account to hold all the newly minted tokens.
|
|
/// * If supply is zero: `[]` The owner/multisignature of the mint.
|
|
/// * If supply is zero: `[]` The owner/multisignature of the mint.
|
|
- /// 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
|
|
|
|
|
|
+ /// 2. `[]` (optional) The owner/multisignature of the mint if supply is non-zero, if
|
|
/// present then further minting is supported.
|
|
/// present then further minting is supported.
|
|
///
|
|
///
|
|
InitializeMint {
|
|
InitializeMint {
|