Skip to content

Commit

Permalink
Remove .requires(full_rpc_api) from pubsub_notification_threads arg
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez committed Mar 11, 2024
1 parent 802fba3 commit b2d923b
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 @@ -1075,7 +1075,6 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.arg(
Arg::with_name("rpc_pubsub_notification_threads")
.long("rpc-pubsub-notification-threads")
.requires("full_rpc_api")
.takes_value(true)
.value_name("NUM_THREADS")
.validator(is_parsable::<usize>)
Expand Down

0 comments on commit b2d923b

Please sign in to comment.