diff --git a/crates/threshold-signature-server/src/lib.rs b/crates/threshold-signature-server/src/lib.rs index 3f663e8ee..67dfb086c 100644 --- a/crates/threshold-signature-server/src/lib.rs +++ b/crates/threshold-signature-server/src/lib.rs @@ -86,10 +86,10 @@ //! in a [crate::validation::SignedMessage]. //! //! - [`/ws`](crate::signing_client::api::ws_handler()) - Websocket server for signing and DKG protocol -//! messages. This is opened by other threshold servers when the signing procotol is initiated. +//! messages. This is opened by other threshold servers when the signing procotol is initiated. //! //! - [`/validator/sync_kvdb`](crate::validator::api::sync_kvdb()) - POST - Called by another -//! threshold server when joining to get the key-shares from a member of their sub-group. +//! threshold server when joining to get the key-shares from a member of their sub-group. //! //! Takes a list of users account IDs for which shares are requested, wrapped in a //! [crate::validation::SignedMessage]. @@ -119,7 +119,7 @@ //! //! - Axum server - Includes global state and mutex locked IPs //! - [kvdb](entropy_kvdb) - Encrypted key-value database for storing key-shares and other data, build using -//! [sled](https://docs.rs/sled) +//! [sled](https://docs.rs/sled) #![doc(html_logo_url = "https://entropy.xyz/assets/logo_02.png")] pub use entropy_client::chain_api; pub(crate) mod health;