Skip to content

Commit

Permalink
Also log successful submits
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed May 14, 2024
1 parent b3142d0 commit 5c24d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequencer/src/bin/submit-transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ async fn submit_transactions<Ver: StaticVersionType>(
} {
tracing::error!("failed to submit batch of {txns_batch_count} transactions: {err}");
} else {
tracing::info!("submitted batch of {txns_batch_count} transactions");
let submitted_at = Instant::now();
for hash in hashes.iter() {
sender
Expand Down

0 comments on commit 5c24d9c

Please sign in to comment.