diff options
Diffstat (limited to 'src/torcontrol.h')
-rw-r--r-- | src/torcontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/torcontrol.h b/src/torcontrol.h index 1a9065b01a..4a0eef223e 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -19,6 +19,7 @@ #include <string> #include <vector> +constexpr int DEFAULT_TOR_CONTROL_PORT = 9051; extern const std::string DEFAULT_TOR_CONTROL; static const bool DEFAULT_LISTEN_ONION = true; |