relayConfig.ExcludedRelays was not useful.

This commit is contained in:
fiatjaf
2024-07-29 17:03:55 -03:00
parent 2f29fbfb2c
commit 9f2db1cf3b

View File

@@ -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{