Skip to content

Commit

Permalink
fix comment copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Oct 1, 2024
1 parent 1b44643 commit 6178a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state_machine/coordinator/fire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6178a71

Please sign in to comment.