diff --git a/src/net.h b/src/net.h index 00be618fa0..61052e728d 100644 --- a/src/net.h +++ b/src/net.h @@ -52,7 +52,7 @@ class BanMan; /** Default for -whitelistrelay. */ static const bool DEFAULT_WHITELISTRELAY = true; /** Default for -whitelistforcerelay. */ -static const bool DEFAULT_WHITELISTFORCERELAY = true; +static const bool DEFAULT_WHITELISTFORCERELAY = false; /** Time between pings automatically sent out for latency probing and keepalive (in seconds). */ static const int PING_INTERVAL = 2 * 60;