Skip to content

Commit

Permalink
Up CU
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Dec 17, 2024
1 parent c6f8f1e commit 34d9f81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration_tests/tests/fixtures/tip_router_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,10 @@ impl TipRouterClient {

let blockhash = self.banks_client.get_latest_blockhash().await?;
self.process_transaction(&Transaction::new_signed_with_payer(
&[ix],
&[
ComputeBudgetInstruction::set_compute_unit_limit(1_400_000),
ix,
],
Some(&self.payer.pubkey()),
&[&self.payer],
blockhash,
Expand Down

0 comments on commit 34d9f81

Please sign in to comment.