aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.h
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2024-05-05 16:20:45 +0200
committerlaanwj <126646+laanwj@users.noreply.github.com>2024-09-30 11:37:55 +0200
commit52f8ef66c61b82457a161f3b90cc87f57d1dda80 (patch)
tree6cf7341f4452f4f4649d42d1108cc4683027b41e /src/interfaces/node.h
parent97c97177cdb2f596aa7d4a65c4bde87de50a96f2 (diff)
downloadbitcoin-52f8ef66c61b82457a161f3b90cc87f57d1dda80.tar.xz
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
Diffstat (limited to 'src/interfaces/node.h')
-rw-r--r--src/interfaces/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h
index b87c78db52..91a623a65d 100644
--- a/src/interfaces/node.h
+++ b/src/interfaces/node.h
@@ -121,7 +121,7 @@ public:
virtual void resetSettings() = 0;
//! Map port.
- virtual void mapPort(bool use_upnp, bool use_natpmp) = 0;
+ virtual void mapPort(bool use_upnp, bool use_pcp) = 0;
//! Get proxy.
virtual bool getProxy(Network net, Proxy& proxy_info) = 0;