Skip to content

Commit

Permalink
make field public
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Dec 19, 2024
1 parent 3b547d3 commit 7365b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ pub struct ActiveEraInfo {
///
/// Start can be none if start hasn't been set for the era yet,
/// Start is set on the first on_finalize of the era to guarantee usage of `Time`.
start: Option<u64>,
pub start: Option<u64>,
}

/// Reward points of an era. Used to split era total payout between validators.
Expand Down

0 comments on commit 7365b0e

Please sign in to comment.