diff options
author | fanquake <fanquake@gmail.com> | 2023-01-13 15:29:52 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-01-28 15:24:13 +0000 |
commit | 25a0e8ba0b31d8bd265df0589fe49241a60d0fc2 (patch) | |
tree | 86bbff8a47ed17b8d06ebc347d1b45f073fe55df /src/mapport.h | |
parent | 06562e5fa771dab275a9cab4914cd64d961a52bc (diff) |
Remove configure-time setting of DEFAULT_UPNP
Default to false.
Diffstat (limited to 'src/mapport.h')
-rw-r--r-- | src/mapport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapport.h b/src/mapport.h index 38367aa1cf..6f55c46f6c 100644 --- a/src/mapport.h +++ b/src/mapport.h @@ -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; |