mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
options: remove testnet-* options
This commit is contained in:
parent
c33cb60eb6
commit
05a12ccc2d
14 changed files with 34 additions and 89 deletions
|
@ -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<cryptonote::t_cryptonote_protocol_handler<tests::proxy_core> >::init_options(desc);
|
||||
|
||||
po::variables_map vm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue