Skip to content

Commit 95f32e1

Browse files
committed
fix: after rebase on main
1 parent a6bb0e9 commit 95f32e1

File tree

1 file changed

+2
-5
lines changed
  • crates/node/src/providers/robust_ecdsa

1 file changed

+2
-5
lines changed

crates/node/src/providers/robust_ecdsa/sign.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,8 @@ impl MpcLeaderCentricComputation<(SignatureOption, VerifyingKey)> for SignComput
159159
participants,
160160
self.entropy,
161161
);
162-
let rerandomized_presignature = RerandomizedPresignOutput::rerandomize_presign(
163-
&self.presign_out,
164-
&tweak,
165-
&rerand_args,
166-
)?;
162+
let rerandomized_presignature =
163+
RerandomizedPresignOutput::rerandomize_presign(&self.presign_out, &rerand_args)?;
167164

168165
let protocol = threshold_signatures::ecdsa::robust_ecdsa::sign::sign(
169166
&cs_participants,

0 commit comments

Comments
 (0)