Skip to content

Commit 7673097

Browse files
authored
fix: don't use hardcoded bundlesize (#1448)
* feat: jito script * Go * Go * Checkpoint * Checkpoint * Rename * Make tip account random * Go * Jito pusher * Go * lint * Lint * Bump * bugfix
1 parent 443f145 commit 7673097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

price_pusher/src/solana/solana.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class SolanaPricePusherJito implements IPricePusher {
178178
i += this.jitoBundleSize
179179
) {
180180
await sendTransactionsJito(
181-
transactions.slice(i, i + 2),
181+
transactions.slice(i, i + this.jitoBundleSize),
182182
this.searcherClient,
183183
this.pythSolanaReceiver.wallet
184184
);

0 commit comments

Comments
 (0)