Skip to content

Commit fe90dab

Browse files
committed
Fix on_dkg_request_msg comment
1 parent 9f8c3fa commit fe90dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost-sequencer/src/decrypt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ impl Worker {
638638
Ok(false)
639639
}
640640

641-
/// A request for DKG subset has been received.
641+
/// A DKG subset request (for standard DKG or resharing) has been received.
642642
async fn on_dkg_request_msg(
643643
&mut self,
644644
src: PublicKey,

0 commit comments

Comments
 (0)