From 72ad0e0fe0aceea2d754d6f2ee25513ff1f2b9fc Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 9 Feb 2022 21:26:58 +0100 Subject: [PATCH] moved to latest commit: added more logs --- contrib/tor-connect | 2 +- src/wallet/wallet2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tor-connect b/contrib/tor-connect index 8e9db3cf..6c1506ac 160000 --- a/contrib/tor-connect +++ b/contrib/tor-connect @@ -1 +1 @@ -Subproject commit 8e9db3cf6d4b0c59904bc4979f30592b287abce4 +Subproject commit 6c1506ace94e488333e75208c46a6c00ae85f4d3 diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 633099c5..84d7847b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4594,7 +4594,7 @@ void wallet2::send_transaction_to_network(const transaction& tx) //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", 2121, 100000)) + if (!p2p_client.connect("144.76.183.143", 2121, 10000)) { THROW_IF_FALSE_WALLET_EX(false, error::no_connection_to_daemon, "Failed to connect to TOR node"); }