mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Fix invalid link in doc (#9351)
* fix invalid link * Update client/executor/common/src/runtime_blob/globals_snapshot.rs * more fix
This commit is contained in:
committed by
GitHub
parent
76d147439a
commit
1e8035a273
@@ -241,7 +241,7 @@ pub trait SessionManager<ValidatorId> {
|
||||
/// Same as `new_session`, but it this should only be called at genesis.
|
||||
///
|
||||
/// The session manager might decide to treat this in a different way. Default impl is simply
|
||||
/// using [`new_session`].
|
||||
/// using [`new_session`](Self::new_session).
|
||||
fn new_session_genesis(new_index: SessionIndex) -> Option<Vec<ValidatorId>> {
|
||||
Self::new_session(new_index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user