From 6178a719134a17158d5f73e60371c233540be14e Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Tue, 1 Oct 2024 09:41:24 -0400 Subject: [PATCH] fix comment copypasta --- src/state_machine/coordinator/fire.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state_machine/coordinator/fire.rs b/src/state_machine/coordinator/fire.rs index 2ef0d556..fe9522f2 100644 --- a/src/state_machine/coordinator/fire.rs +++ b/src/state_machine/coordinator/fire.rs @@ -1952,7 +1952,7 @@ pub mod test { assert!(coordinators.first().unwrap().aggregate_public_key.is_none()); assert_eq!(coordinators.first().unwrap().state, State::DkgPublicGather); - // Send the DkgBegin message to all signers and share their responses with the coordinators and signers, but mutate one signer's DkgPublicShares so it is marked malicious + // Send the DkgBegin message to all signers and share their responses with the coordinators and signers, but mutate two signer's DkgPublicShares: make one polynomial larger than the threshold, and the other smaller let (outbound_messages, operation_results) = feedback_mutated_messages( &mut coordinators, &mut signers,