Skip to content

Commit

Permalink
Remove an unused error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Oct 11, 2023
1 parent 535a8dc commit f7a5606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synedrion/src/cggmp21/protocols/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ pub enum FinalizeError {
/// Returned when there is an error chaining the start of another protocol
/// on the finalization of the previous one.
ProtocolMergeSequential(InitError),
ProtocolMergeParallel(String),
Unspecified(String), // TODO: add fine-grained errors
}

Expand Down

0 comments on commit f7a5606

Please sign in to comment.