From 48d19196bbe073150e9e38b26705083e9e52ac62 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 16 Jan 2024 09:16:56 -0300 Subject: [PATCH] fix publishing to multiple relays. --- event.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/event.go b/event.go index 6f456fa..cd06629 100644 --- a/event.go +++ b/event.go @@ -123,7 +123,6 @@ example: doAuth := c.Bool("auth") // then process input and generate events - nextline: for stdinEvent := range getStdinLinesOrBlank() { evt := nostr.Event{ Tags: make(nostr.Tags, 0, 3), @@ -233,7 +232,7 @@ example: if err == nil { // published fine log("success.\n") - continue nextline + continue // continue to next relay } // error publishing