Skip to content

Commit

Permalink
Make cspell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mooori committed Feb 11, 2025
1 parent c0a46a5 commit 0d66ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/synth-bm/src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ pub async fn create_sub_accounts(args: &CreateSubAccountsArgs) -> anyhow::Result
for i in 0..args.num_sub_accounts {
let sub_account_key = SecretKey::from_random(KeyType::ED25519);
let sub_account_id: AccountId = {
// cspell:ignore subname
let subname = if let Some(prefix) = &args.sub_account_prefix {
format!("{prefix}_user_{i}")
} else {
Expand Down

0 comments on commit 0d66ffe

Please sign in to comment.