From b051a5d6cc7be4945a55cedf73aac54d704f0b0a Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Fri, 16 May 2025 21:22:38 +0800 Subject: [PATCH] Delete `at-most` in `lighthouse vm create` (#7469) * #7398 * --- validator_manager/src/create_validators.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/validator_manager/src/create_validators.rs b/validator_manager/src/create_validators.rs index b40fe61a82..07578033cd 100644 --- a/validator_manager/src/create_validators.rs +++ b/validator_manager/src/create_validators.rs @@ -84,7 +84,6 @@ pub fn cli_app() -> Command { .long(COUNT_FLAG) .value_name("VALIDATOR_COUNT") .help("The number of validators to create, regardless of how many already exist") - .conflicts_with("at-most") .action(ArgAction::Set) .display_order(0), )