From c02c305fd254c85061dd4c500e081d7eca884f61 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Wed, 25 Oct 2023 13:29:30 +0200 Subject: [PATCH] fix(#125): fix: storage doc --- pallets/identity/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/identity/src/lib.rs b/pallets/identity/src/lib.rs index 3bf383144..e1123cb75 100644 --- a/pallets/identity/src/lib.rs +++ b/pallets/identity/src/lib.rs @@ -196,7 +196,7 @@ pub mod pallet { pub type IdentityIndexOf<T: Config> = StorageMap<_, Blake2_128Concat, T::AccountId, T::IdtyIndex, OptionQuery>; - /// maps identity name to null type (simply a set) + /// maps identity name to identity index (simply a set) #[pallet::storage] #[pallet::getter(fn identity_by_did)] pub type IdentitiesNames<T: Config> = -- GitLab