We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443f145 commit 7673097Copy full SHA for 7673097
price_pusher/src/solana/solana.ts
@@ -178,7 +178,7 @@ export class SolanaPricePusherJito implements IPricePusher {
178
i += this.jitoBundleSize
179
) {
180
await sendTransactionsJito(
181
- transactions.slice(i, i + 2),
+ transactions.slice(i, i + this.jitoBundleSize),
182
this.searcherClient,
183
this.pythSolanaReceiver.wallet
184
);
0 commit comments