Skip to content

Commit

Permalink
Merge branch 'stage/programmable-asset-editions' into stage/programma…
Browse files Browse the repository at this point in the history
…ble-asset-editions-burn
  • Loading branch information
blockiosaurus committed Jun 6, 2023
2 parents a2f0ce4 + 3279fcb commit 5796b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion token-metadata/program/src/processor/burn/burn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ fn burn_v1(program_id: &Pubkey, ctx: Context<Burn>, args: BurnArgs) -> ProgramRe
)?;
}
TokenStandard::ProgrammableNonFungibleEdition => {
solana_program::msg!("Burn ProgrammableNonFungibleEdition");
let args = BurnNonFungibleEditionArgs { is_pnft: true };

// All the checks are the same as burning a NonFungible token
Expand Down
1 change: 0 additions & 1 deletion token-metadata/program/tests/utils/edition_marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ impl EditionMarker {
);

let token_record_pda = find_token_record_account(&self.mint.pubkey(), &self.token.pubkey());

let master_metadata = mpl_token_metadata::state::Metadata::safe_deserialize(
&get_account(context, &self.metadata_pubkey).await.data,
)
Expand Down

0 comments on commit 5796b2e

Please sign in to comment.