1
0
Fork 0
forked from lthn/blockchain

temporary hard-disabled TOR relay (like it was in master)

This commit is contained in:
sowle 2023-05-29 14:31:48 +02:00
parent 3e1123fcaa
commit 0832fac57e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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