From af395e1fc7069f46f117312c9f3b492346936b60 Mon Sep 17 00:00:00 2001 From: Jan <125610144+Jongjan88@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:53:07 +0200 Subject: [PATCH] DEFAULT_DANDELION = false --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.h b/src/net.h index d71c399e1f..b9ceeef38f 100644 --- a/src/net.h +++ b/src/net.h @@ -80,7 +80,7 @@ static const int64_t DEFAULT_PEER_CONNECT_TIMEOUT = 60; /** Number of file descriptors required for message capture **/ static const int NUM_FDS_MESSAGE_CAPTURE = 1; /** The default setting for dandelion transactions */ -static const bool DEFAULT_DANDELION = true; +static const bool DEFAULT_DANDELION = false; static const bool DEFAULT_FORCEDNSSEED = false; static const bool DEFAULT_DNSSEED = true;