Skip to content

Commit

Permalink
Update rs/consensus/utils/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Eichhorn <[email protected]>
  • Loading branch information
Sawchord and eichhorl authored Jan 21, 2025
1 parent 3057496 commit 91236a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/consensus/utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub fn active_low_threshold_committee(
) -> Option<(Threshold, NiDkgReceivers)> {
get_active_data_at(reader, height, |block, height| {
get_transcript_data_at_given_summary(block, height, NiDkgTag::LowThreshold, |transcript| {
let transcript = transcript.expect("No active low treshold transcript available");
let transcript = transcript.expect("No active low threshold transcript available");
(
transcript.threshold.get().get() as usize,
transcript.committee.clone(),
Expand Down

0 comments on commit 91236a7

Please sign in to comment.