fix missing field name and type in MsgCommitments serialization
This commit is contained in:
parent
119e9013e0
commit
4cc7365331
|
@ -273,8 +273,8 @@ Bytes | Field name | Data type
|
|||
#### `MsgCommitments`
|
||||
|
||||
Bytes | Field name | Data type
|
||||
--------|------------|-----------
|
||||
32+32 | commitment | Commitment
|
||||
--------|---------------------|-----------
|
||||
32+32 | signing_commitments | SigningCommitments
|
||||
|
||||
#### `MsgSigningPackage`
|
||||
|
||||
|
|
Loading…
Reference in New Issue