fix missing field name and type in MsgCommitments serialization

This commit is contained in:
Alfredo Garcia 2021-05-11 09:59:18 -03:00 committed by Deirdre Connolly
parent 119e9013e0
commit 4cc7365331
1 changed files with 3 additions and 3 deletions

View File

@ -272,9 +272,9 @@ Bytes | Field name | Data type
#### `MsgCommitments` #### `MsgCommitments`
Bytes | Field name | Data type Bytes | Field name | Data type
--------|------------|----------- --------|---------------------|-----------
32+32 | commitment | Commitment 32+32 | signing_commitments | SigningCommitments
#### `MsgSigningPackage` #### `MsgSigningPackage`