From a8999d581a236fa227d5d6efcfb75fe90be4370b Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Mon, 22 Nov 2021 14:51:05 +0200 Subject: [PATCH] Fix typos in parameter names --- pubsub/gossipsub/gossipsub-v1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/gossipsub/gossipsub-v1.1.md b/pubsub/gossipsub/gossipsub-v1.1.md index d7016b9..9d7a125 100644 --- a/pubsub/gossipsub/gossipsub-v1.1.md +++ b/pubsub/gossipsub/gossipsub-v1.1.md @@ -648,7 +648,7 @@ purely through a small set of network entry points (bootstrappers) by utilizing In order to successfully bootstrap the network without a discovery service, network operators should - Create and operate a set of stable bootstrapper nodes, whose addresses are known ahead of time by the application. -- The bootstrappers should be configured without a mesh (ie set `D=Dlo=Dhi=Dout=0`) +- The bootstrappers should be configured without a mesh (ie set `D=D_lo=D_hi=D_out=0`) and with Peer Exchange enabled, utilizing Signed Peer Records. - The application should assign a high application-specific score to the bootstrappers and set `AcceptPXThreshold` to a high enough value attainable only by the bootstrappers.