From d03e47acd84bc387a9966b73aa819e29a724b69e Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 6 May 2021 19:43:34 -0300 Subject: [PATCH] fix closing vector --- rfcs/0001-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index 02dd662..393da85 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -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