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

fix(#151): remove unused AccountIdOf

parent 6b7c97ae
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !223. Comments created here will be created in the context of that merge request.
......@@ -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.
Please register or to comment