aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2024-10-20 20:40:22 +0200
committerAntoine Poinsot <darosior@protonmail.com>2024-10-24 18:23:30 +0200
commit038bbe7b20074cc2201585dcc631e81b9e1e306c (patch)
tree4785fe4852d09ab86edb0bee0d9884eb235f96ab /test
parent844770b05ebc34789dc46d70cd6398089539c915 (diff)
daemon: remove UPnP support
Keep the "-upnp" option as a hidden arg for one major version in order to show a more user friendly error to people who had this option set in their config file.
Diffstat (limited to 'test')
-rw-r--r--test/functional/test_framework/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index ce68de7eaa..f9b19f218e 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -433,7 +433,6 @@ def write_config(config_path, *, n, chain, extra_config="", disable_autoconnect=
# in tests.
f.write("peertimeout=999999999\n")
f.write("printtoconsole=0\n")
- f.write("upnp=0\n")
f.write("natpmp=0\n")
f.write("shrinkdebugfile=0\n")
f.write("deprecatedrpc=create_bdb\n") # Required to run the tests