From bd797f6514a47bef2c4abad9881bd3a8dd24d4b4 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 13 Jan 2022 14:08:21 +0100 Subject: [PATCH] current state stored before branch switch --- src/wallet/wallet2.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index d3db53e3..c3c3f95b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4592,9 +4592,9 @@ 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; - if (!p2p_client.connect("144.76.183.143", P2P_DEFAULT_PORT, 100000)) + 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"); }