Remove empty plugins parameter shadowing plugins parameter from child apps

This commit is contained in:
Srdjan Obucina 2020-03-27 08:41:39 +01:00
parent 04de753d55
commit 7a53f7128c

View file

@ -934,7 +934,6 @@ void application::set_program_options(boost::program_options::options_descriptio
("enable-standby-votes-tracking", bpo::value<bool>()->implicit_value(true),
"Whether to enable tracking of votes of standby witnesses and committee members. "
"Set it to true to provide accurate data to API clients, set to false for slightly better performance.")
("plugins", bpo::value<string>(), "Space-separated list of plugins to activate")
;
command_line_options.add(configuration_file_options);
command_line_options.add_options()