Skip to content

Commit

Permalink
Unhide --block-production-method (solana-labs#34416)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge authored Dec 13, 2023
1 parent 2a67fa8 commit 88b2585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,6 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.arg(
Arg::with_name("block_production_method")
.long("block-production-method")
.hidden(hidden_unless_forced())
.value_name("METHOD")
.takes_value(true)
.possible_values(BlockProductionMethod::cli_names())
Expand Down

0 comments on commit 88b2585

Please sign in to comment.