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 --- tests/core_proxy/core_proxy.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/core_proxy/core_proxy.cpp') diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index 8c9340318..f0a1eb5ce 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -80,8 +80,7 @@ int main(int argc, char* argv[]) po::options_description desc("Allowed options"); - // tools::get_default_data_dir() can't be called during static initialization - command_line::add_arg(desc, cryptonote::arg_data_dir, tools::get_default_data_dir()); + command_line::add_arg(desc, cryptonote::arg_data_dir); nodetool::node_server >::init_options(desc); po::variables_map vm; -- cgit v1.2.3