forked from lthn/blockchain
hard-disabled TOR relay due to possible misleading API responses on wallet server
This commit is contained in:
parent
ffad058c7f
commit
938c019cc6
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue