mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-04 12:33:04 +02:00
sdk: label some default queries.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user