Skip to content

Commit

Permalink
Bump info update compute limit (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja authored May 16, 2024
1 parent 394b91d commit 8326791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helium-lib/src/hotspot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ pub async fn direct_update<C: Clone + Deref<Target = impl Signer> + PublicKey>(
.await?;

let compute_ix =
solana_sdk::compute_budget::ComputeBudgetInstruction::set_compute_unit_limit(80_000);
solana_sdk::compute_budget::ComputeBudgetInstruction::set_compute_unit_limit(200_000);
let compute_price_ix =
solana_sdk::compute_budget::ComputeBudgetInstruction::set_compute_unit_price(priority_fee);
let mut ixs = program
Expand Down

0 comments on commit 8326791

Please sign in to comment.