Skip to content

Commit e4d4d1b

Browse files
committed
fix: fix comment
1 parent e2df274 commit e4d4d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/solana/sdk/js/pyth_solana_receiver/src/compute_budget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const POST_UPDATE_ATOMIC_COMPUTE_BUDGET = 170000;
1111
*/
1212
export const POST_UPDATE_COMPUTE_BUDGET = 35000;
1313
/**
14-
* A hard-coded budget for the compute units required for the `postUpdate` instruction in the Pyth Solana Receiver program.
14+
* A hard-coded budget for the compute units required for the `postTwapUpdate` instruction in the Pyth Solana Receiver program.
1515
*/
1616
export const POST_TWAP_UPDATE_COMPUTE_BUDGET = 50_000;
1717
/**

0 commit comments

Comments
 (0)