Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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
Better comment.
  • Loading branch information
eskimor committed Mar 3, 2023
commit a9e0025558faabd30c828e96179a546f3443a51f
4 changes: 2 additions & 2 deletions primitives/src/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,8 @@ pub fn supermajority_threshold(n: usize) -> usize {

/// Information about validator sets of a session.
///
/// NOTE: SessionInfo is frozen. Do not include new fields, consider creating a separate runtime
/// API. Reasoning [here](https://github.com/paritytech/polkadot/issues/6586).
/// NOTE: `SessionInfo` is frozen. Do not include new fields, consider creating a separate runtime
/// API. Reasoning and further outlook [here](https://github.com/paritytech/polkadot/issues/6586).
#[derive(Clone, Encode, Decode, RuntimeDebug, TypeInfo)]
#[cfg_attr(feature = "std", derive(PartialEq))]
pub struct SessionInfo {
Expand Down