diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-26 13:32:06 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-26 13:32:06 +0200 |
| commit | 987e6d29133a493914a19b660051ca634fbed1d6 (patch) | |
| tree | d62bd2686df5a2b284a3206611cbdace63803c05 /tests/unit_tests/node_server.cpp | |
| parent | 0f09b7518621044597d4953c8732101b46f3f42e (diff) | |
| download | monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.gz monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.xz monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.zip | |
daemon: remove miniupnp
Diffstat (limited to 'tests/unit_tests/node_server.cpp')
| -rw-r--r-- | tests/unit_tests/node_server.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit_tests/node_server.cpp b/tests/unit_tests/node_server.cpp index 77d584530..525bdc4c9 100644 --- a/tests/unit_tests/node_server.cpp +++ b/tests/unit_tests/node_server.cpp @@ -181,7 +181,6 @@ namespace std::vector<std::string> args{ "--regtest", "--p2p-bind-ip=127.0.0.1", - "--no-igd", "--out-peers=0", "--in-peers=0", "--data-dir", @@ -1292,7 +1291,6 @@ TEST(node_server, race_condition) "--out-peers=0", "--data-dir", dir.string(), - "--no-igd", "--add-exclusive-node=127.0.0.1:48080", "--check-updates=disabled", "--disable-dns-checkpoints", |
