mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +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
|
```go
|
||||||
type Commit struct {
|
type Commit struct {
|
||||||
|
HeightNum int64
|
||||||
|
RoundNum int
|
||||||
BlockID BlockID
|
BlockID BlockID
|
||||||
Precommits []*CommitSig
|
Precommits []*CommitSig
|
||||||
RoundNum int
|
|
||||||
HeightNum int64
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user