diff --git a/eventstore/mmm/count.go b/eventstore/mmm/count.go index 421525f..fcf0f58 100644 --- a/eventstore/mmm/count.go +++ b/eventstore/mmm/count.go @@ -80,6 +80,8 @@ func (il *IndexingLayer) CountEvents(filter nostr.Filter) (uint32, error) { count++ } + + it.next() } }