Skip to content

Commit

Permalink
update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Nov 15, 2024
1 parent 14daf26 commit 1323cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/drand/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub mod pallet {
#[pallet::storage]
pub type BeaconConfig<T: Config> = StorageValue<_, BeaconConfiguration, OptionQuery>;

/// map block number to round number of pulse authored during that block
/// map round number to pulse
#[pallet::storage]
pub type Pulses<T: Config> = StorageMap<_, Blake2_128Concat, RoundNumber, Pulse, OptionQuery>;

Expand Down

0 comments on commit 1323cc2

Please sign in to comment.