mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 22:50:54 -08:00
Merge pull request #2736
0d9c0db9Do not build against epee_readline if it was not built (Howard Chu)178014c9split off readline code into epee_readline (moneromooo-monero)a9e14a19link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero)437421cewallet: move some scoped_message_writer calls from the libs (moneromooo-monero)e89994e9wallet: rejig to avoid prompting in wallet2 (moneromooo-monero)ec5135e5move input_line from command_line to simplewallet (moneromooo-monero)082db75fmove cryptonote command line options to cryptonote_core (moneromooo-monero)
This commit is contained in:
@@ -85,7 +85,7 @@ namespace cryptonote
|
||||
const boost::program_options::variables_map& vm
|
||||
)
|
||||
{
|
||||
m_testnet = command_line::get_arg(vm, command_line::arg_testnet_on);
|
||||
m_testnet = command_line::get_arg(vm, cryptonote::arg_testnet_on);
|
||||
m_net_server.set_threads_prefix("RPC");
|
||||
|
||||
auto p2p_bind_arg = m_testnet ? arg_testnet_rpc_bind_port : arg_rpc_bind_port;
|
||||
|
||||
Reference in New Issue
Block a user