From 3116ef58286a3838c77f48d17e1c0de3cc22cbf5 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Sat, 21 Mar 2020 05:33:43 +0100 Subject: [PATCH] Removed plugins parameter shadowing other apps plugins param --- libraries/app/application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index adfd8402..31a5984e 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -934,7 +934,6 @@ void application::set_program_options(boost::program_options::options_descriptio ("enable-standby-votes-tracking", bpo::value()->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(), "Space-separated list of plugins to activate") ; command_line_options.add(configuration_file_options); command_line_options.add_options()