mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 07:22:20 +00:00
Update internal/state/indexer/block/kv/kv.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user