mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +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
|
|
@ -190,7 +190,7 @@ static void MapPortProtoSetEnabled(MapPortProtoFlag proto, bool enabled)
|
|||
}
|
||||
}
|
||||
|
||||
void StartMapPort(bool use_upnp, bool use_pcp)
|
||||
void StartMapPort(bool use_pcp)
|
||||
{
|
||||
MapPortProtoSetEnabled(MapPortProtoFlag::PCP, use_pcp);
|
||||
DispatchMapPort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue