forked from lthn/blockchain
moved tor lib to latest commit with fixed missing header
This commit is contained in:
parent
6720efb5db
commit
c9b3d0b20a
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f884157bca80475c579808a8bdc4e8a7bb311ce2
|
||||
Subproject commit ce35f526dad04e0e72d75261b21d8c61ca2a725a
|
||||
|
|
@ -4592,8 +4592,8 @@ void wallet2::send_transaction_to_network(const transaction& tx)
|
|||
#define ENABLE_TOR_RELAY
|
||||
#ifdef ENABLE_TOR_RELAY
|
||||
//TODO check that core synchronized
|
||||
epee::net_utils::levin_client2 p2p_client;
|
||||
//tools::levin_over_tor_client p2p_client;
|
||||
//epee::net_utils::levin_client2 p2p_client;
|
||||
tools::levin_over_tor_client p2p_client;
|
||||
if (!p2p_client.connect("144.76.183.143", 2121, 100000))
|
||||
{
|
||||
THROW_IF_FALSE_WALLET_EX(false, error::no_connection_to_daemon, "Failed to connect to TOR node");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue