mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 01:32:31 +01:00
interfaces: remove now unused 'use_upnp' arg from 'mapPort'
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user