Remove configure-time setting of DEFAULT_UPNP

Default to false.
pull/26896/head
fanquake 1 year ago
parent 06562e5fa7
commit 25a0e8ba0b
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -5,11 +5,7 @@
#ifndef BITCOIN_MAPPORT_H
#define BITCOIN_MAPPORT_H
#ifdef USE_UPNP
static constexpr bool DEFAULT_UPNP = USE_UPNP;
#else
static constexpr bool DEFAULT_UPNP = false;
#endif // USE_UPNP
static constexpr bool DEFAULT_NATPMP = false;

Loading…
Cancel
Save