Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Jan 27, 2025
1 parent db6310c commit 5b24e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/threshold-signature-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@ impl AppState {
}

/// Returns true if all prerequisite checks have passed.
/// This means:
/// Is is not possible to participate in the protocols before this is true.
/// 'Ready' means:
/// - Communication has been established with the chain node
/// - The TSS account is funded
/// - The TSS account is registered with the staking extension pallet
/// Is is not possible to participate in the protocols before this is true.
pub fn is_ready(&self) -> bool {
match self.tss_state.read() {
Ok(state) => state.is_ready(),
Expand Down

0 comments on commit 5b24e55

Please sign in to comment.