checkpoints removed

This commit is contained in:
thankful_for_today 2014-04-18 12:55:52 +04:00
parent 1a8f5ce89a
commit 147aac7c50
2 changed files with 1 additions and 12 deletions

View file

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