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
This commit is contained in:
guibescos 2024-04-11 20:03:35 +01:00 committed by GitHub
parent 443f1455c4
commit 7673097c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
);