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{