Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed Oct 5, 2023
1 parent c148d74 commit 09d2752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tip-distributor/src/claim_mev_workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 09d2752

Please sign in to comment.