Skip to content
Snippets Groups Projects
Commit c02c305f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): fix: storage doc

parent f76ad760
No related branches found
No related tags found
No related merge requests found
......@@ -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> =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment