Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored and VanBarbascu committed Jan 6, 2025
1 parent 8006591 commit bcee962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/synth-bm/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ pub async fn create_sub_accounts(args: &CreateSubAccountsArgs) -> anyhow::Result
// Await permit before sending the request to make channel buffer size a limit for the
// number of outstanding requests.
let permit = channel_tx.clone().reserve_owned().await.unwrap();
// The spawned task starts running immediately. Assume with interval between spanning them
// The spawned task starts running immediately. Assume an interval between spanning them
// this leads to transaction nonces hitting the node in order.
tokio::spawn(async move {
let res = client.call(request).await;
Expand Down

0 comments on commit bcee962

Please sign in to comment.