1
0
Fork 0
forked from lthn/blockchain

fixed connectivity for simplewallet in srv mode

This commit is contained in:
cryptozoidberg 2020-09-07 20:59:44 +02:00
parent e52412facb
commit 3678ba2154
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -155,6 +155,7 @@ void wallet2::init(const std::string& daemon_address)
{
m_miner_text_info = PROJECT_VERSION_LONG;
m_core_proxy->set_connection_addr(daemon_address);
m_core_proxy->check_connection();
}
//----------------------------------------------------------------------------------------------------
bool wallet2::set_core_proxy(const std::shared_ptr<i_core_proxy>& proxy)