Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc committed Dec 24, 2023
1 parent 9ac43dd commit 8d5d3ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tip-distributor/src/reclaim_rent_workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ async fn build_transactions(
let mut instructions = vec![ComputeBudgetInstruction::set_compute_unit_price(
micro_lamports_per_compute_unit,
)];
// instructions.push(priority_fee_ix);
// Transaction::new_with_payer(instructions, Some(signer_pubkey))
instructions.extend(close_claim_status_instructions.to_vec());
Transaction::new_with_payer(&instructions, Some(signer_pubkey))
})
Expand Down

0 comments on commit 8d5d3ca

Please sign in to comment.