From 5db4256bcdf1a61945947a27bf27cfda873eedba Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Tue, 27 Aug 2024 12:06:32 -0400 Subject: [PATCH] Remove outdated docs --- crates/threshold-signature-server/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/threshold-signature-server/src/lib.rs b/crates/threshold-signature-server/src/lib.rs index 2f8691dc6..b7e1212e1 100644 --- a/crates/threshold-signature-server/src/lib.rs +++ b/crates/threshold-signature-server/src/lib.rs @@ -72,14 +72,6 @@ //! //! ### For the blockchain node //! -//! #### `/user/new` - POST -//! -//! [crate::user::api::new_user()] -//! -//! Called by the off-chain worker (propagation pallet) during user registration. -//! This takes a parity scale encoded [entropy_shared::types::OcwMessageDkg] which tells us which -//! validators are in the registration group and will perform a DKG. -//! //! ### For other instances of the threshold server //! //! Takes a [UserRegistrationInfo] containing the users account ID and associated keyshare, wrapped