Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Sep 30, 2024
1 parent 08a47a5 commit 1b44643
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 @@ -2025,7 +2025,7 @@ pub mod test {
assert_eq!(operation_results.len(), 1);
match &operation_results[0] {
OperationResult::DkgError(dkg_error) => {
// we mutated the private shares themselves, so we should see a BadPrivateShares from signer_id 0
// we mutated the public shares themselves, so we should see a BadPublicShares from signer_ids 0 and 1
match dkg_error {
DkgError::DkgEndFailure(failure_map) => {
for (_signer_id, dkg_failure) in failure_map {
Expand Down

0 comments on commit 1b44643

Please sign in to comment.