Browse Source

docs: mention that Evidence votes are now sorted

pull/4186/head
Anton Kaliaev 5 years ago
parent
commit
d840fa3f02
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/spec/blockchain/blockchain.md

+ 2
- 0
docs/spec/blockchain/blockchain.md View File

@ -187,6 +187,8 @@ type DuplicateVoteEvidence struct {
}
```
Votes are lexicographically sorted on `BlockID`.
See the [pubkey spec](./encoding.md#key-types) for more.
## Validation


Loading…
Cancel
Save