We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc451dc commit ed6f01eCopy full SHA for ed6f01e
timeboost-sequencer/src/decrypt.rs
@@ -49,7 +49,7 @@ enum Protocol {
49
/// Multicast (to new members) a message with agreed-upon subset of DkgBundle for resharing.
50
Resharing(ReshareMessage),
51
52
- /// Bbroadcast a batch of decryption shares for a given round.
+ /// Broadcast a batch of decryption shares for a given round.
53
Batch(DecShareBatch),
54
}
55
0 commit comments