Skip to content
Snippets Groups Projects
Commit cc79d6ed authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

comment

parent df85c563
No related branches found
No related tags found
No related merge requests found
Pipeline #19533 passed
......@@ -41,7 +41,7 @@ struct Account<T: Config> {
name: IdtyName,
}
// Create and confirm one account from i using Alice authorized account.
// Create and confirm one account using Alice authorized account.
// key, origin, name and index are returned.
// Alice next_creatable_identity_on is reinitialized at the end so several account can be
// created in a row.
......@@ -99,7 +99,7 @@ fn create_dummy_identity<T: Config>(i: u32) -> Result<(), &'static str> {
Ok(())
}
// Add i dummy identities.
// Add `i` dummy identities.
fn create_identities<T: Config>(i: u32) -> Result<(), &'static str> {
let identities_count = Pallet::<T>::identities_count();
for j in 0..i {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment