mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-29 18:53:14 +00:00
Merge pull request #3290
1d28c0d8
p2p: restore m_testnet assignment lost during rebase (whythat)
This commit is contained in:
commit
299af8e43e
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ namespace nodetool
|
||||||
const boost::program_options::variables_map& vm
|
const boost::program_options::variables_map& vm
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
m_testnet = command_line::get_arg(vm, cryptonote::arg_testnet_on);
|
||||||
m_bind_ip = command_line::get_arg(vm, arg_p2p_bind_ip);
|
m_bind_ip = command_line::get_arg(vm, arg_p2p_bind_ip);
|
||||||
m_port = command_line::get_arg(vm, arg_p2p_bind_port);
|
m_port = command_line::get_arg(vm, arg_p2p_bind_port);
|
||||||
m_external_port = command_line::get_arg(vm, arg_p2p_external_port);
|
m_external_port = command_line::get_arg(vm, arg_p2p_external_port);
|
||||||
|
|
Loading…
Reference in a new issue