Skip to content

Commit

Permalink
fix: don't use hardcoded bundlesize (#1448)
Browse files Browse the repository at this point in the history
* feat: jito script

* Go

* Go

* Checkpoint

* Checkpoint

* Rename

* Make tip account random

* Go

* Jito pusher

* Go

* lint

* Lint

* Bump

* bugfix
  • Loading branch information
guibescos authored Apr 11, 2024
1 parent 443f145 commit 7673097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion price_pusher/src/solana/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class SolanaPricePusherJito implements IPricePusher {
i += this.jitoBundleSize
) {
await sendTransactionsJito(
transactions.slice(i, i + 2),
transactions.slice(i, i + this.jitoBundleSize),
this.searcherClient,
this.pythSolanaReceiver.wallet
);
Expand Down

0 comments on commit 7673097

Please sign in to comment.