From 09d27520171445db98a1fadf0d109bfd31996960 Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:38:33 -0700 Subject: [PATCH] tweak --- tip-distributor/src/claim_mev_workflow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tip-distributor/src/claim_mev_workflow.rs b/tip-distributor/src/claim_mev_workflow.rs index af234fccf9..0100c5f0d4 100644 --- a/tip-distributor/src/claim_mev_workflow.rs +++ b/tip-distributor/src/claim_mev_workflow.rs @@ -50,7 +50,7 @@ pub async fn claim_mev_tips( keypair_path: &PathBuf, ) -> Result<(), ClaimMevError> { /// Number of instructions in a transaction - const TRANSACTION_IX_BATCH_SIZE: usize = 3; + const TRANSACTION_IX_BATCH_SIZE: usize = 2; let transaction_prepare_start = Instant::now(); let merkle_trees: GeneratedMerkleTreeCollection =