From 0832fac57ef9dd1eca9826a9668be2265d383319 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 29 May 2023 14:31:48 +0200 Subject: [PATCH] temporary hard-disabled TOR relay (like it was in master) --- src/wallet/wallet2.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 34ee2e2b..f5ed3ba1 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -31,6 +31,9 @@ using namespace epee; #include "version.h" #include "common/encryption_filter.h" #include "crypto/bitcoin/sha256_helper.h" + +#define DISABLE_TOR + #ifndef DISABLE_TOR #include "common/tor_helper.h" #endif