diff --git a/src/mint/process.rs b/src/mint/process.rs index 8eb5adc..ea0dc55 100644 --- a/src/mint/process.rs +++ b/src/mint/process.rs @@ -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,