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

fix(#151): remove unused AccountIdOf

parent 08fae8df
No related branches found
No related tags found
No related merge requests found
Pipeline #35107 failed
......@@ -123,12 +123,6 @@ pub mod pallet {
// 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
#[pallet::storage]
#[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