remove participants field from rust in MsgSigningPackage
This commit is contained in:
parent
de1a1bed37
commit
2d5ceaf1d7
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue