Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc committed Oct 5, 2023
1 parent 56c4cec commit 3ae60dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tip-distributor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ pub async fn sign_and_send_transactions_with_retries(
.expect("fetch latest blockhash");
}
info!(
"Sending {} transactions to claim mev tips",
"Sending {SEND_BATCH_SIZE} of {} transactions to claim mev tips",
transactions_to_process.len()
);
let send_futs = transactions_to_process
Expand Down

0 comments on commit 3ae60dc

Please sign in to comment.