interfaces: remove now unused 'use_upnp' arg from 'mapPort'

This commit is contained in:
Antoine Poinsot
2024-10-20 20:45:12 +02:00
parent 038bbe7b20
commit a5fcfb7385
6 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ public:
});
args().WriteSettingsFile();
}
void mapPort(bool use_upnp, bool use_pcp) override { StartMapPort(use_upnp, use_pcp); }
void mapPort(bool use_pcp) override { StartMapPort(use_pcp); }
bool getProxy(Network net, Proxy& proxy_info) override { return GetProxy(net, proxy_info); }
size_t getNodeCount(ConnectionDirection flags) override
{