Skip to content

Commit

Permalink
tested + smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anihamde committed Nov 18, 2024
1 parent a63fd8e commit d850bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dex-router/src/utils/computeBudget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function filterComputeBudgetIxs(
const cuPrice = ComputeBudgetInstruction.decodeSetComputeUnitPrice(
ixs[lastIxSetCuPrice]
);
console.log("cuPrice", cuPrice.microLamports);
if (
MAX_COMPUTE_UNIT_PRICE !== null &&
cuPrice.microLamports > MAX_COMPUTE_UNIT_PRICE
Expand Down

0 comments on commit d850bd9

Please sign in to comment.