Skip to content

Commit

Permalink
remove extra metas comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 13, 2023
1 parent 0ed59c6 commit 67e2b1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions token-group/interface/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 TokenGroupInterfaceInstruction {
/// Initialize a new `Group`
Expand Down

0 comments on commit 67e2b1e

Please sign in to comment.