From c3ee75413db376bea10df46e3e92f66815892af7 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:44:15 -0500 Subject: [PATCH] Update internal/state/indexer/block/kv/kv.go Co-authored-by: M. J. Fromberger --- internal/state/indexer/block/kv/kv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/state/indexer/block/kv/kv.go b/internal/state/indexer/block/kv/kv.go index 89b8924c7..f1fd606e4 100644 --- a/internal/state/indexer/block/kv/kv.go +++ b/internal/state/indexer/block/kv/kv.go @@ -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.