mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-01 03:16:09 +02:00
interfaces: remove now unused 'use_upnp' arg from 'mapPort'
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user