Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Oct 16, 2024
1 parent 37eeb24 commit 6f15c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/testing/generation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const FLOOD_INCREMENT: usize = 1000;
/// - `Random` submits a certain amount of random transactions every view
/// - `Seeded` accepts a map of transactions to submit on each view
/// - `Flood` continually submits transactions, re-trying if it encounters an error on
/// private mempool API.
/// private mempool API.
/// <div class="warning">
/// Using [`Flood`] with [`SubmissionEndpoint::Public`] can overload network with transactions,
/// because there's no form of backpressure on gossiped transactions
Expand Down

0 comments on commit 6f15c31

Please sign in to comment.