From f7168d3ac24eab983c9c2cb12fe159c962547dd6 Mon Sep 17 00:00:00 2001 From: JesseAbram <33698952+JesseAbram@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:02:35 -0700 Subject: [PATCH] Update pallets/staking/src/lib.rs Co-authored-by: peg --- pallets/staking/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/staking/src/lib.rs b/pallets/staking/src/lib.rs index d0fd71aae..f1b4101ad 100644 --- a/pallets/staking/src/lib.rs +++ b/pallets/staking/src/lib.rs @@ -202,7 +202,7 @@ pub mod pallet { pub jump_start_status: JumpStartStatus, pub confirmations: Vec, pub verifying_key: Option, - pub parent_key_threhsold: u8, + pub parent_key_threshold: u8, } /// A trigger for the proactive refresh OCW