options: remove testnet-* options
This commit is contained in:
+1
-2
@@ -337,8 +337,7 @@ namespace nodetool
|
||||
const int64_t default_limit_up = 2048;
|
||||
const int64_t default_limit_down = 8192;
|
||||
extern const command_line::arg_descriptor<std::string> arg_p2p_bind_ip;
|
||||
extern const command_line::arg_descriptor<std::string> arg_p2p_bind_port;
|
||||
extern const command_line::arg_descriptor<std::string> arg_testnet_p2p_bind_port;
|
||||
extern const command_line::arg_descriptor<std::string, false, true> arg_p2p_bind_port;
|
||||
extern const command_line::arg_descriptor<uint32_t> arg_p2p_external_port;
|
||||
extern const command_line::arg_descriptor<bool> arg_p2p_allow_local_ip;
|
||||
extern const command_line::arg_descriptor<std::vector<std::string> > arg_p2p_add_peer;
|
||||
|
||||
Reference in New Issue
Block a user