Addressing review comments

This commit is contained in:
Jeremiah Andrews
2018-08-27 18:42:01 -07:00
parent e5965ababe
commit 43d40ee489
9 changed files with 14 additions and 13 deletions

View File

@ -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
}
```