Skip to content

Commit

Permalink
docs: update document
Browse files Browse the repository at this point in the history
Signed-off-by: 170210 <[email protected]>
  • Loading branch information
170210 committed Mar 14, 2024
1 parent ab194ac commit 4a2f67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/core/data_structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Ostracon introduces Entropy as a new data structure. This represents height-spec
| Name | Type | Description | Validation |
|------|------|-------------|--------------------------------------------------------|
| Round | int32 | Round in which proposer generate a vrf proof | Must be >= 0 |
| Proof | slice of bytes (`[]byte`) | Proof is a vrf proof | Length of proof must be == 0 or == 80 (curve25519-voi) |
| Proof | slice of bytes (`[]byte`) | Proof is a vrf proof | Length of proof must be == 80 (curve25519-voi) |

0 comments on commit 4a2f67b

Please sign in to comment.