Skip to content

Commit 25a0e8b

Browse files
committed
Remove configure-time setting of DEFAULT_UPNP
Default to false.
1 parent 06562e5 commit 25a0e8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mapport.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
#ifndef BITCOIN_MAPPORT_H
66
#define BITCOIN_MAPPORT_H
77

8-
#ifdef USE_UPNP
9-
static constexpr bool DEFAULT_UPNP = USE_UPNP;
10-
#else
118
static constexpr bool DEFAULT_UPNP = false;
12-
#endif // USE_UPNP
139

1410
static constexpr bool DEFAULT_NATPMP = false;
1511

0 commit comments

Comments
 (0)