Update internal/state/indexer/block/kv/kv.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-03-02 09:44:15 -05:00
committed by GitHub
parent 5721a13ab1
commit c3ee75413d
+1 -1
View File
@@ -73,7 +73,7 @@ func (idx *BlockerIndexer) Index(bh types.EventDataNewBlockHeader) error {
}
// Search performs a query for block heights that match a given FinalizeBlock
// The given query can match against zero, one or more block heights. In the case
// The given query can match against zero or more block heights. In the case
// of height queries, i.e. block.height=H, if the height is indexed, that height
// alone will be returned. An error and nil slice is returned. Otherwise, a
// non-nil slice and nil error is returned.