mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
interfaces: remove now unused 'use_upnp' arg from 'mapPort'
This commit is contained in:
@@ -526,7 +526,7 @@ bool OptionsModel::setOption(OptionID option, const QVariant& value, const std::
|
||||
case MapPortNatpmp: // core option - can be changed on-the-fly
|
||||
if (changed()) {
|
||||
update(value.toBool());
|
||||
node().mapPort(false, value.toBool());
|
||||
node().mapPort(value.toBool());
|
||||
}
|
||||
break;
|
||||
case MinimizeOnClose:
|
||||
|
||||
Reference in New Issue
Block a user