From 2d5ceaf1d7d827b44aae2d31aed69c610ccb2309 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 10 May 2021 10:52:27 -0300 Subject: [PATCH] remove participants field from rust in MsgSigningPackage --- rfcs/0001-messages.md | 2 -- 1 file changed, 2 deletions(-) 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,