Skip to content

Commit

Permalink
do not reinsert triples
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Nov 19, 2024
1 parent b530b43 commit a570030
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions chain-signatures/node/src/protocol/presignature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,6 @@ impl PresignatureManager {
participants = ?presig_participants.keys_vec(),
"running: the intersection of participants is less than the threshold"
);

// Insert back the triples to be used later since this active set of
// participants were not able to make use of these triples.
triple_manager.insert_mine(triple0).await;
triple_manager.insert_mine(triple1).await;
} else {
self.generate(
&presig_participants,
Expand Down

0 comments on commit a570030

Please sign in to comment.