diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index 4c19923e6..2085ab826 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libbacktrace) version-unused -# Libtool was configured on host fv-az196-598: +# Libtool was configured on host fv-az193-231: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, diff --git a/waku/v2/node/config.nim b/waku/v2/node/config.nim index bbb6dd6c1..a50719901 100644 --- a/waku/v2/node/config.nim +++ b/waku/v2/node/config.nim @@ -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* {.