diff --git a/transaction-dos/src/main.rs b/transaction-dos/src/main.rs index 932fe5a667e27c..393bf2f8d1729b 100644 --- a/transaction-dos/src/main.rs +++ b/transaction-dos/src/main.rs @@ -132,9 +132,9 @@ fn make_dos_message( Message::new(&instructions, Some(&keypair.pubkey())) } -/// creates large transactions that all touch the same set of accounts, +/// creates large transactions that all touch the same set of accounts, /// so they can't be parallelized -/// +/// #[allow(clippy::too_many_arguments)] fn run_transactions_dos( entrypoint_addr: SocketAddr,