mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 19:57:59 +00:00
Small quoting comment fix (#9927)
Tiny quotes fix that snuck in lately (something I picked up elsewhere in document generation)
This commit is contained in:
@@ -412,7 +412,7 @@ pub mod pallet {
|
||||
pub(crate) type Keys<T: Config> =
|
||||
StorageValue<_, WeakBoundedVec<T::AuthorityId, T::MaxKeys>, ValueQuery>;
|
||||
|
||||
/// For each session index, we keep a mapping of 'SessionIndex` and `AuthIndex` to
|
||||
/// For each session index, we keep a mapping of `SessionIndex` and `AuthIndex` to
|
||||
/// `WrapperOpaque<BoundedOpaqueNetworkState>`.
|
||||
#[pallet::storage]
|
||||
#[pallet::getter(fn received_heartbeats)]
|
||||
|
||||
Reference in New Issue
Block a user