Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Jul 18, 2024
1 parent 712ea99 commit eb9389b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/protocol/tests/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ async fn test_dkg_and_sign_with_parties(num_parties: usize) {
let session_id = SessionId::Dkg { user: AccountId32([0; 32]), block_number: 0 };
let outputs = test_protocol_with_parties(dkg_parties, session_id, threshold).await;

// TODO (Nando): Double check to see if this is actually equivalent to previous code
// let signing_committee = &ids[..threshold];
let signing_committee = (0..threshold)
.into_iter()
.map(|i| pairs[i].clone())
Expand Down

0 comments on commit eb9389b

Please sign in to comment.