Skip to content

Commit

Permalink
fmt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillLykov committed Feb 21, 2022
1 parent 974ff01 commit b73f95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transaction-dos/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b73f95d

Please sign in to comment.