mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
p2p: restore m_testnet assignment lost during rebase
This commit is contained in:
parent
b3b2d4d20c
commit
1d28c0d8a9
@ -262,6 +262,7 @@ namespace nodetool
|
||||
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_port = command_line::get_arg(vm, arg_p2p_bind_port);
|
||||
m_external_port = command_line::get_arg(vm, arg_p2p_external_port);
|
||||
|
Loading…
Reference in New Issue
Block a user