Skip to content

Commit

Permalink
fix mint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg committed Mar 15, 2024
1 parent 6ee615f commit d554d60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mint/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,8 @@ pub async fn mint(
let metadata_pda = find_metadata_pda(&nft_mint.pubkey());
let master_edition_pda = find_master_edition_pda(&nft_mint.pubkey());

let priority_fee_ix = ComputeBudgetInstruction::set_compute_unit_price(priority_fee);

let mint_ix = program
.request()
.instruction(priority_fee_ix)
.accounts(nft_accounts::MintV2 {
candy_machine: candy_machine_id,
authority_pda,
Expand Down

0 comments on commit d554d60

Please sign in to comment.