mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
Addressing review comments
This commit is contained in:
@@ -117,8 +117,8 @@ height and round by a sufficient set of validators.
|
||||
type Commit struct {
|
||||
HeightNum int64
|
||||
RoundNum int
|
||||
BlockID BlockID
|
||||
Precommits []*CommitSig
|
||||
BlockID BlockID
|
||||
Precommits []*CommitSig
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user