Merge pull request #32 from bitvora/dev-oct8update

continue blasting even if one fails
This commit is contained in:
Barry Deen
2024-10-08 11:17:51 -04:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ func blast(ev *nostr.Event) {
if err != nil {
cancel()
log.Println("error connecting to relay", relay, err)
return
continue
}
relay.Publish(ctx, *ev)
log.Println("🔫 blasted to", relay)