types: remove Version from CanonicalXxx (#2666)

This commit is contained in:
Ethan Buchman
2018-10-18 18:02:20 -04:00
committed by GitHub
parent c3384e88e5
commit e798766a27
3 changed files with 21 additions and 32 deletions

View File

@ -307,7 +307,6 @@ We call this encoding the SignBytes. For instance, SignBytes for a vote is the A
```go
type CanonicalVote struct {
Version uint64 `binary:"fixed64"`
Height int64 `binary:"fixed64"`
Round int64 `binary:"fixed64"`
VoteType byte