diff --git a/GOSSIP.md b/GOSSIP.md index fe1b7af6..c6c05eef 100644 --- a/GOSSIP.md +++ b/GOSSIP.md @@ -39,7 +39,7 @@ It doesn't merge lists, if it finds a nip-65 it will not use kind3 list. - It will consider a relay valid to be included in the set if: - It can connect to it (or already connected) - It's not on the blocked relay list (NIP-51 kind 10006) -- It will start from the relays that have the most amount of contacts as declared the relay as write (outbox), and go down the list until every contact has at least the minimal amount satisfied. +- It will start from the relays that have the most amount of contacts, and go down the list until every contact has at least the minimal amount satisfied. By changing the minimal amount you are able to better adjust for either less data usage, or more censorship resistance.\ The more relays you load notes from for a given contact, the better the chance you have of avoiding potential censorship by a bad behaving relay.\