1
0
Fork 0
forked from lthn/blockchain

enebale remote node flag

This commit is contained in:
cryptozoidberg 2020-02-12 20:55:11 +01:00
parent b931199386
commit 92cce9628c
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -229,6 +229,7 @@ bool wallets_manager::init(int argc, char* argv[], view::i_view* pview_handler)
if (command_line::has_arg(m_vm, arg_remote_node))
{
m_remote_node_mode = true;
m_rpc_proxy.reset(new tools::default_http_core_proxy());
m_rpc_proxy->set_connection_addr(command_line::get_arg(m_vm, arg_remote_node));
}