Skip to content

Commit

Permalink
chore(frost-core): fix dead_code warning (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Oct 8, 2024
1 parent 16d527c commit cef4217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frost-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ where

/// Optional cheater detection feature
/// Each share is verified to find the cheater
#[cfg(feature = "cheater-detection")]
fn detect_cheater<C: Ciphersuite>(
group_commitment: GroupCommitment<C>,
pubkeys: &keys::PublicKeyPackage<C>,
Expand Down

0 comments on commit cef4217

Please sign in to comment.