From 938c019cc6f1da5824d50ca597192b8c636cc0bb Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 16 Feb 2023 18:52:40 +0100 Subject: [PATCH] hard-disabled TOR relay due to possible misleading API responses on wallet server --- src/wallet/wallet2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 54f88e1e..862b1022 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -31,12 +31,16 @@ 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 #include "storages/levin_abstract_invoke2.h" + using namespace currency;