sdk: label some default queries.

This commit is contained in:
fiatjaf
2024-09-26 21:08:40 -03:00
parent 2c19358c3a
commit ade77ad6c9
3 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ func (sys *System) batchReplaceableRelayQueries(
defer cancel()
received := 0
for ie := range sys.Pool.SubManyEose(ctx, []string{url}, nostr.Filters{filter}) {
for ie := range sys.Pool.SubManyEose(ctx, []string{url}, nostr.Filters{filter}, nostr.WithLabel("repl")) {
all <- ie.Event
received++
if received >= n {