Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix docs
  • Loading branch information
s0me0ne-unkn0wn committed Feb 19, 2024
commit 2162d8dbfccab1f75f593bc7e93795567a22f630
2 changes: 1 addition & 1 deletion substrate/frame/im-online/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub mod v1 {
}
}

/// Clears the pallet's offchain storage. Should be used in [offchain_primitives::OffchainWorkerApi]
/// Clears the pallet's offchain storage. Should be used in `OffchainWorkerApi`
/// implementation in runtime after the pallet was removed.
pub fn clear_offchain_storage(validator_set_size: u32) {
(0..validator_set_size).for_each(|idx| {
Expand Down