1
0
Fork 0
forked from lthn/blockchain

moved to latest commit: added more logs

This commit is contained in:
cryptozoidberg 2022-02-09 21:26:58 +01:00
parent 09edf4a539
commit 72ad0e0fe0
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8e9db3cf6d4b0c59904bc4979f30592b287abce4
Subproject commit 6c1506ace94e488333e75208c46a6c00ae85f4d3

View file

@ -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");
}