Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Mar 27, 2024
1 parent 4b0da13 commit 3c20522
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/topos-certificate-spammer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,9 @@ pub async fn run(
let mut source_subnets = generate_source_subnets(args.local_key_seed, args.nb_subnets)?;
info!("Generated source subnets: {source_subnets:#?}");

info!("Target hosts: {:?}", args.target_hosts);
info!("Target subnets: {:?}", args.target_subnets);

// Target subnets (randomly assigned to every generated certificate)
let target_subnet_ids: Vec<SubnetId> = args
.target_hosts
.target_subnets
.iter()
.flat_map(|id| {
id.iter().map(|id| {
Expand Down

0 comments on commit 3c20522

Please sign in to comment.