fix closing vector

This commit is contained in:
Alfredo Garcia 2021-05-06 19:43:34 -03:00 committed by Deirdre Connolly
parent c2ab37bd1b
commit d03e47acd8
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ struct MsgSigningPackage {
// The number of participants.
participants: u8,
// The collected unpacked commitments for each signer
commitments: Vec<(u8, jubjub::AffinePoint, jubjub::AffinePoint),
commitments: Vec<(u8, jubjub::AffinePoint, jubjub::AffinePoint)>,
// The lenght of the message
message_length: u64,
// The message to be signed as bytes