Fix comment grammar

Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Thane Thomson
2022-05-07 10:40:07 -04:00
parent 521734934d
commit 739e60e309

View File

@@ -422,7 +422,7 @@ func buildLastCommitInfo(block *types.Block, store Store, initialHeight int64) a
func buildLastExtendedCommitInfo(ec *types.ExtendedCommit, store Store, initialHeight int64) abci.ExtendedCommitInfo {
// We assume the current height is ec.Height + 1.
if ec.Height < initialHeight {
// There is no extended commit for heights below the initial height.
// There are no extended commits for heights below the initial height.
return abci.ExtendedCommitInfo{}
}