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

feat(smith-members): review: docstring

parent f7648d10
No related branches found
No related tags found
1 merge request!217smith-members
......@@ -233,7 +233,7 @@ pub mod pallet {
pub type ExpiresOn<T: Config> =
StorageMap<_, Twox64Concat, SessionIndex, Vec<T::IdtyIndex>, OptionQuery>;
/// maps session index to possible smith removals
/// stores the current session index
#[pallet::storage]
#[pallet::getter(fn current_session)]
pub type CurrentSession<T: Config> = StorageValue<_, SessionIndex, ValueQuery>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment