From 4cc7365331e483bff833b5cdb32652e88bb95c10 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Tue, 11 May 2021 09:59:18 -0300 Subject: [PATCH] fix missing field name and type in MsgCommitments serialization --- rfcs/0001-messages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index c16660f..77fa8fe 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -272,9 +272,9 @@ Bytes | Field name | Data type #### `MsgCommitments` -Bytes | Field name | Data type ---------|------------|----------- -32+32 | commitment | Commitment +Bytes | Field name | Data type +--------|---------------------|----------- +32+32 | signing_commitments | SigningCommitments #### `MsgSigningPackage`