mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
interfaces: remove now unused 'use_upnp' arg from 'mapPort'
This commit is contained in:
parent
038bbe7b20
commit
a5fcfb7385
6 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue