Skip to content

Commit

Permalink
Remove nonces from oracle pallet. (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw authored Mar 22, 2021
1 parent 918da40 commit 25db9ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oracle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ pub mod module {
#[pallet::getter(fn members)]
pub type Members<T: Config<I>, I: 'static = ()> = StorageValue<_, OrderedSet<T::AccountId>, ValueQuery>;

#[pallet::storage]
#[pallet::getter(fn nonces)]
pub type Nonces<T: Config<I>, I: 'static = ()> = StorageMap<_, Twox64Concat, T::AccountId, u32>;

#[pallet::genesis_config]
pub struct GenesisConfig<T: Config<I>, I: 'static = ()> {
pub members: OrderedSet<T::AccountId>,
Expand Down

0 comments on commit 25db9ed

Please sign in to comment.