diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index da4292b..096e28e 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -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,