Skip to content

Commit

Permalink
Update pallets/staking/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: peg <[email protected]>
  • Loading branch information
JesseAbram and ameba23 authored Aug 2, 2024
1 parent 9fb12cf commit f7168d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub mod pallet {
pub jump_start_status: JumpStartStatus,
pub confirmations: Vec<T::ValidatorId>,
pub verifying_key: Option<VerifyingKey>,
pub parent_key_threhsold: u8,
pub parent_key_threshold: u8,
}

/// A trigger for the proactive refresh OCW
Expand Down

0 comments on commit f7168d3

Please sign in to comment.