mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 15:25:03 -04:00
checkpoints removed
This commit is contained in:
parent
1a8f5ce89a
commit
147aac7c50
2 changed files with 1 additions and 12 deletions
|
@ -416,7 +416,7 @@ bool wallet2::check_connection()
|
|||
net_utils::http::url_content u;
|
||||
net_utils::parse_url(m_daemon_address, u);
|
||||
if(!u.port)
|
||||
u.port = 8081;
|
||||
u.port = RPC_DEFAULT_PORT;
|
||||
return m_http_client.connect(u.host, std::to_string(u.port), WALLET_RCP_CONNECTION_TIMEOUT);
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue