Removed plugins parameter shadowing other apps plugins param

This commit is contained in:
Srdjan Obucina 2020-03-21 05:33:43 +01:00
parent 75b1324e5a
commit 3116ef5828

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()