mmm: fix infinite loop on COUNT.

This commit is contained in:
fiatjaf
2026-01-15 16:14:29 -03:00
parent 9a351b3531
commit 78f6509882

View File

@@ -80,6 +80,8 @@ func (il *IndexingLayer) CountEvents(filter nostr.Filter) (uint32, error) {
count++ count++
} }
it.next()
} }
} }