threshold-signatures icon indicating copy to clipboard operation
threshold-signatures copied to clipboard

Warning building threshold-signature project

Open yrvent opened this issue 3 years ago • 0 comments

Hi!

I'm interested to understand about thrreshold-signature. I clone the threshold-signature project and I get the below message trying to build the project. Could you help me?

warning: field is never read: errors --> src\ecdsa\keygen.rs:1055:5 | 1055 | errors: Vec<KeygenError>, | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: #[warn(dead_code)] on by default

warning: field is never read: old_params --> src\ecdsa\resharing.rs:444:9 | 444 | old_params: Parameters, | ^^^^^^^^^^^^^^^^^^^^^^

warning: field is never read: errors --> src\ecdsa\signature.rs:428:5 | 428 | errors: Vec<SigningError>, | ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: ecdsa-mpc (lib) generated 3 warnings

Thanks,

yrvent avatar Apr 04 '22 20:04 yrvent