From 78a5cbade173a3ba310b9a64889cfe4adcd22e65 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 13 May 2021 10:43:54 +1000 Subject: [PATCH] Remove the separate MsgCommitments type --- rfcs/0001-messages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index 3b7409a..0ee26de 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -285,7 +285,8 @@ Bytes | Field name | Data type Bytes | Field name | Data type --------|---------------------|----------- -32+32 | signing_commitments | SigningCommitments +32 | hiding | AffinePoint +32 | binding | AffinePoint #### `MsgSigningPackage`