mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 22:50:54 -08:00
Reorganize testnet constants
This commit is contained in:
committed by
Riccardo Spagni
parent
79862ad1de
commit
fb4146fa34
@@ -46,7 +46,7 @@ namespace cryptonote
|
||||
namespace
|
||||
{
|
||||
const command_line::arg_descriptor<std::string> arg_rpc_bind_ip = {"rpc-bind-ip", "", "127.0.0.1"};
|
||||
const command_line::arg_descriptor<std::string> arg_rpc_bind_port = {"rpc-bind-port", "", std::to_string(RPC_DEFAULT_PORT)};
|
||||
const command_line::arg_descriptor<std::string> arg_rpc_bind_port = {"rpc-bind-port", "", std::to_string(config::RPC_DEFAULT_PORT)};
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user