From 9f2db1cf3b95222ed667b671e06877abb19c310a Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 29 Jul 2024 17:03:55 -0300 Subject: [PATCH] relayConfig.ExcludedRelays was not useful. --- nostr.go | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/nostr.go b/nostr.go index 7d2fc36..f949dc7 100644 --- a/nostr.go +++ b/nostr.go @@ -15,10 +15,9 @@ import ( ) type RelayConfig struct { - Everything []string `json:"everything"` - Profiles []string `json:"profiles"` - JustIds []string `json:"justIds"` - ExcludedRelays []string `json:"excludeRelays"` + Everything []string `json:"everything"` + Profiles []string `json:"profiles"` + JustIds []string `json:"justIds"` } var ( @@ -35,9 +34,6 @@ var ( "wss://cache2.primal.net/v1", "wss://relay.noswhere.com", }, - ExcludedRelays: []string{ - "wss://filter.nostr.wine", // paid - }, } defaultTrustedPubKeys = []string{