From 05a12ccc2dc920f4a997e66e6965ae60c1a4c65e Mon Sep 17 00:00:00 2001 From: whythat Date: Sun, 21 Jan 2018 17:29:55 +0200 Subject: options: remove testnet-* options --- src/rpc/core_rpc_server.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rpc/core_rpc_server.h') diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h index 650e738bd..3c57a6016 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -53,10 +53,8 @@ namespace cryptonote { public: - static const command_line::arg_descriptor arg_rpc_bind_port; + static const command_line::arg_descriptor arg_rpc_bind_port; static const command_line::arg_descriptor arg_rpc_restricted_bind_port; - static const command_line::arg_descriptor arg_testnet_rpc_bind_port; - static const command_line::arg_descriptor arg_testnet_rpc_restricted_bind_port; static const command_line::arg_descriptor arg_restricted_rpc; static const command_line::arg_descriptor arg_bootstrap_daemon_address; static const command_line::arg_descriptor arg_bootstrap_daemon_login; -- cgit v1.2.3