Skip to content

Commit

Permalink
apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Dec 17, 2024
1 parent ebd7d77 commit b7c009e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/state_machine/signer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ impl<SignerType: SignerTrait> Signer<SignerType> {
}
};

let mut rng = OsRng;
self.signer.gen_nonces(&mut rng);

let response = SignatureShareResponse {
dkg_id: sign_request.dkg_id,
sign_id: sign_request.sign_id,
Expand Down

0 comments on commit b7c009e

Please sign in to comment.