aboutsummaryrefslogtreecommitdiff
path: root/tests/trezor/daemon.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-04-26 13:32:06 +0200
committertobtoht <tob@featherwallet.org>2026-04-26 13:32:06 +0200
commit987e6d29133a493914a19b660051ca634fbed1d6 (patch)
treed62bd2686df5a2b284a3206611cbdace63803c05 /tests/trezor/daemon.cpp
parent0f09b7518621044597d4953c8732101b46f3f42e (diff)
downloadmonzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.gz
monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.tar.xz
monzero-core-987e6d29133a493914a19b660051ca634fbed1d6.zip
daemon: remove miniupnp
Diffstat (limited to 'tests/trezor/daemon.cpp')
-rw-r--r--tests/trezor/daemon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/trezor/daemon.cpp b/tests/trezor/daemon.cpp
index 546a8a180..8eeb30377 100644
--- a/tests/trezor/daemon.cpp
+++ b/tests/trezor/daemon.cpp
@@ -56,7 +56,6 @@ void mock_daemon::default_options(boost::program_options::variables_map & vm)
tools::options::set_option(vm, nodetool::arg_p2p_add_exclusive_node, po::variable_value(exclusive_nodes, false));
tools::options::set_option(vm, nodetool::arg_p2p_bind_ip, po::variable_value(std::string("127.0.0.1"), false));
- tools::options::set_option(vm, nodetool::arg_no_igd, po::variable_value(true, false));
tools::options::set_option(vm, cryptonote::arg_offline, po::variable_value(true, false));
tools::options::set_option(vm, "disable-dns-checkpoints", po::variable_value(true, false));