Browse Source

Update spec/core/data_structures.md

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/8031/head
Sergio Mena 3 years ago
parent
commit
2416a02cb8
No known key found for this signature in database GPG Key ID: 43D327BE5B5DD087
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/core/data_structures.md

+ 1
- 1
spec/core/data_structures.md View File

@ -238,7 +238,7 @@ The vote extension is not part of the [`CanonicalVote`](#canonicalvote).
| Height | uint64 | Height for which this vote was created. | Must be > 0 |
| Round | int32 | Round that the commit corresponds to. | Must be > 0 |
| BlockID | [BlockID](#blockid) | The blockID of the corresponding block. | [BlockID](#blockid) |
| Timestamp | [Time](#Time) | Timestamp represents the time at which a validator signed. | [Time](#time) |
| Timestamp | [Time](#Time) | The time at which a validator signed. | [Time](#time) |
| ValidatorAddress | slice of bytes (`[]byte`) | Address of the validator | Length must be equal to 20 |
| ValidatorIndex | int32 | Index at a specific block height that corresponds to the Index of the validator in the set. | must be > 0 |
| Signature | slice of bytes (`[]byte`) | Signature by the validator if they participated in consensus for the associated bock. | Length of signature must be > 0 and < 64 |


Loading…
Cancel
Save