fix missing field name and type in MsgCommitments serialization
This commit is contained in:
parent
119e9013e0
commit
4cc7365331
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue