From 5955c2323b448bff201b7dd0155f8d5e48a43a2a Mon Sep 17 00:00:00 2001 From: Fmar <_@fmar.link> Date: Mon, 27 Nov 2023 12:51:03 +0100 Subject: [PATCH] v0.12.0 --- GOSSIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.\