From dd4a0cb2bc1e11448b9098eed8138de9ac9be971 Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Thu, 22 Aug 2024 16:57:11 -0400 Subject: [PATCH] docs --- crates/threshold-signature-server/src/validator/api.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/threshold-signature-server/src/validator/api.rs b/crates/threshold-signature-server/src/validator/api.rs index 8a4d3cee5..2def65eaf 100644 --- a/crates/threshold-signature-server/src/validator/api.rs +++ b/crates/threshold-signature-server/src/validator/api.rs @@ -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, rpc: &LegacyRpcMethods,