forked from lthn/blockchain
moved to latest commit: added more logs
This commit is contained in:
parent
09edf4a539
commit
72ad0e0fe0
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 8e9db3cf6d4b0c59904bc4979f30592b287abce4
|
||||
Subproject commit 6c1506ace94e488333e75208c46a6c00ae85f4d3
|
||||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue