allow dead code in `KeyPackage` struct

This commit is contained in:
Alfredo Garcia 2021-05-14 19:25:41 -03:00 committed by Deirdre Connolly
parent 11ccf5de37
commit b6a27d3747
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ impl TryFrom<SharePackage> for KeyPackage {
/// When using a central dealer, [`SharePackage`]s are distributed to
/// participants, who then perform verification, before deriving
/// [`KeyPackage`]s, which they store to later use during signing.
#[allow(dead_code)]
pub struct KeyPackage {
index: u8,
secret_share: Secret,