Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Mar 28, 2024
1 parent 942e25c commit edc0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/topos-certificate-spammer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub async fn run(
number_of_peer_nodes
);
async {
info!("Starting batch {batch_number}");
info!("Start batch {batch_number}");

let mut batch: Vec<Certificate> = Vec::new(); // Certificates for this batch
for b in 0..args.cert_per_batch {
Expand Down

0 comments on commit edc0cc4

Please sign in to comment.