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

fix(#151): "AccountIdOf storage item of pallet authority-members is not used...

fix(#151): "AccountIdOf storage item of pallet authority-members is not used anymore" (!223)

* fix(#151): update metadata.scale

* 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"
Pipeline #35227 passed
...@@ -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)]
......
No preview for this file type
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