Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Sep 30, 2024
1 parent e7aa7ef commit 7cad667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ciphernode/core/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ pub struct PublicKeyAggregated {
pub struct E3Requested {
pub e3_id: E3id,
pub threshold_m: usize,
pub seed: Seed, // Should actually be much larger eg [u8;32]
pub seed: Seed,
pub params: Vec<u8>,
// threshold: usize, // TODO:
// threshold: usize, // TODO:
// computation_type: ??, // TODO:
// execution_model_type: ??, // TODO:
// input_deadline: ??, // TODO:
Expand Down

0 comments on commit 7cad667

Please sign in to comment.