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

fix(#151): remove unused AccountIdOf

parent b524c5c4
No related branches found
No related tags found
1 merge request!223Resolve "AccountIdOf storage item of pallet authority-members is not used anymore"
...@@ -123,12 +123,6 @@ pub mod pallet { ...@@ -123,12 +123,6 @@ pub mod pallet {
// STORAGE // // STORAGE //
/// maps member id to account id
#[pallet::storage]
#[pallet::getter(fn account_id_of)]
pub type AccountIdOf<T: Config> =
StorageMap<_, Twox64Concat, T::MemberId, T::AccountId, OptionQuery>;
/// count the number of authorities /// count the number of authorities
#[pallet::storage] #[pallet::storage]
#[pallet::getter(fn authorities_counter)] #[pallet::getter(fn authorities_counter)]
......
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