mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 12:51:04 +02:00
mapport: turn -natpmp to on by default
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef BITCOIN_MAPPORT_H
|
||||
#define BITCOIN_MAPPORT_H
|
||||
|
||||
static constexpr bool DEFAULT_NATPMP = false;
|
||||
static constexpr bool DEFAULT_NATPMP = true;
|
||||
|
||||
void StartMapPort(bool enable);
|
||||
void InterruptMapPort();
|
||||
|
Reference in New Issue
Block a user