Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add doc comments for Authorities storage
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao committed Jul 28, 2023
1 parent 3e604e0 commit a08af90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/examples/offchain-worker-price-oracle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ pub mod pallet {
#[pallet::getter(fn prices)]
pub(super) type Prices<T: Config> = StorageValue<_, BoundedVec<u32, T::MaxPrices>, ValueQuery>;

/// Authorities allowed to submit the price.
#[pallet::storage]
#[pallet::getter(fn authorities)]
pub(super) type Authorities<T: Config> =
Expand Down

0 comments on commit a08af90

Please sign in to comment.