remove participants field from rust in MsgSigningPackage

This commit is contained in:
Alfredo Garcia 2021-05-10 10:52:27 -03:00 committed by Deirdre Connolly
parent de1a1bed37
commit 2d5ceaf1d7
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ struct Commitment {
/// The aggregator decides what message is going to be signed and
/// sends it to each participant with all the commitments collected.
struct MsgSigningPackage {
/// The number of participants.
participants: u8,
/// The collected commitments for each signer as a hashmap of
/// unique participant identifiers
commitments: HashMap<Participant, Commitment>,