forked from lthn/blockchain
enebale remote node flag
This commit is contained in:
parent
b931199386
commit
92cce9628c
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue