We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f993518 commit b513d96Copy full SHA for b513d96
src/historical/onchain.rs
@@ -55,7 +55,7 @@ pub fn store_session_validator_set_to_offchain<T: HistoricalConfig + SessionConf
55
56
/// Store the validator set associated to the _current_ session index to the off-chain database.
57
///
58
-/// See [`fn store_session_validator_set_...(..)`](Self::store_session_validator_set_to_offchain)
+/// See [`store_session_validator_set_to_offchain`]
59
/// for further information and restrictions.
60
pub fn store_current_session_validator_set_to_offchain<T: HistoricalConfig + SessionConfig>() {
61
store_session_validator_set_to_offchain::<T>(<SessionModule<T>>::current_index());
0 commit comments