Address reviews

This commit is contained in:
Adrian Brink
2017-10-23 11:04:45 -04:00
committed by Ethan Buchman
parent 782a836db0
commit 036d3b59a3
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type Block struct {
LastCommit *Commit `json:"last_commit"`
}
// MakeBlock returns a new block and corresponding part set from the given information.
// MakeBlock returns a new block and corresponding partset from the given information.
// TODO: Add version information to the Block struct.
func MakeBlock(height int, chainID string, txs []Tx, commit *Commit,
prevBlockID BlockID, valHash, appHash []byte, partSize int) (*Block, *PartSet) {