mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
Update spec for ordering of Commit struct values
This commit is contained in:
@ -115,10 +115,10 @@ height and round by a sufficient set of validators.
|
||||
|
||||
```go
|
||||
type Commit struct {
|
||||
HeightNum int64
|
||||
RoundNum int
|
||||
BlockID BlockID
|
||||
Precommits []*CommitSig
|
||||
RoundNum int
|
||||
HeightNum int64
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user