Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Aug 22, 2024
1 parent eddb5e5 commit dd4a0cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/threshold-signature-server/src/validator/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ pub async fn validate_new_reshare(
}

/// Validates rotate_network_key
/// Checks the chain that the reshare was completed
/// Checks the chain that the reshare was completed recently
/// We only care that this happens after a reshare so we just check that message isn't stale
pub async fn validate_rotate_network_key(
api: &OnlineClient<EntropyConfig>,
rpc: &LegacyRpcMethods<EntropyConfig>,
Expand Down

0 comments on commit dd4a0cb

Please sign in to comment.