mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Fix Rustdoc Build (#6207)
This commit is contained in:
@@ -219,7 +219,7 @@ pub trait SessionHandler<ValidatorId> {
|
||||
/// All the key type ids this session handler can process.
|
||||
///
|
||||
/// The order must be the same as it expects them in
|
||||
/// [`on_new_session`](Self::on_new_session) and [`on_genesis_session`](Self::on_genesis_session).
|
||||
/// [`on_new_session`](Self::on_new_session<Ks>) and [`on_genesis_session`](Self::on_genesis_session<Ks>).
|
||||
const KEY_TYPE_IDS: &'static [KeyTypeId];
|
||||
|
||||
/// The given validator set will be used for the genesis session.
|
||||
|
||||
Reference in New Issue
Block a user