Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

token 2022: make IncorrectMintAuthority a TokenError #5596

Prev Previous commit
Next Next commit
remove extra metas comment
buffalojoec committed Oct 18, 2023
commit 8381d96b9db989207154bcb1a103dc86c9faefd2
5 changes: 0 additions & 5 deletions token-group/interface/src/instruction.rs
Original file line number Diff line number Diff line change
@@ -55,11 +55,6 @@ pub struct InitializeMember {
}

/// All instructions that must be implemented in the SPL Token Group Interface
///
/// Note: Any instruction can be extended using additional required accounts by
/// using the `InitializeExtraAccountMetaList` instruction to write
/// configurations for extra required accounts into validation data
/// corresponding to an instruction's unique discriminator.
#[derive(Clone, Debug, PartialEq)]
pub enum TokenGroupInstruction {
/// Initialize a new `Group`