Disable GossipSub PX by default (#958)

This commit is contained in:
Hanno Cornelius 2022-05-13 18:18:09 +02:00 committed by GitHub
parent 062668366a
commit bd70a1b7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ type
relayPeerExchange* {.
desc: "Enable gossipsub peer exchange in relay protocol: true|false",
defaultValue: true
defaultValue: false
name: "relay-peer-exchange" }: bool
rlnRelay* {.