diff options
| author | selsta <selsta@sent.at> | 2021-01-22 20:50:51 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-01-22 20:50:51 +0100 |
| commit | 9cf7c7f03cebb64524c04215a6abda6cf889f2e4 (patch) | |
| tree | 554ad8d0f7f3755876b1d519ebe9a223af31f05a /src/daemon | |
| parent | 3ca5f10fa8ce901a94188d4c76c5e5e8e8bf3ff2 (diff) | |
| download | monzero-gui-9cf7c7f03cebb64524c04215a6abda6cf889f2e4.tar.gz monzero-gui-9cf7c7f03cebb64524c04215a6abda6cf889f2e4.tar.xz monzero-gui-9cf7c7f03cebb64524c04215a6abda6cf889f2e4.zip | |
DaemonManager: enable dns block list in simple mode
Co-authored-by: xiphon <xiphon@protonmail.com>
Diffstat (limited to 'src/daemon')
| -rw-r--r-- | src/daemon/DaemonManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/daemon/DaemonManager.cpp b/src/daemon/DaemonManager.cpp index 86c1a2cc..9a7755fc 100644 --- a/src/daemon/DaemonManager.cpp +++ b/src/daemon/DaemonManager.cpp @@ -112,10 +112,6 @@ bool DaemonManager::start(const QString &flags, NetworkType::Type nettype, const arguments << "--no-sync"; } - if (!flags.contains("--out-peers", Qt::CaseSensitive) && bootstrapNodeAddress == "auto") { - arguments << "--out-peers" << "16"; - } - arguments << "--check-updates" << "disabled"; // --max-concurrency based on threads available. |
