Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testing/simulator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ pub fn cli_app() -> Command {
.short('n')
.long("nodes")
.action(ArgAction::Set)
.default_value("3")
.default_value("2")
.help("Number of beacon nodes"),
)
.arg(
Arg::new("proposer-nodes")
.short('p')
.long("proposer-nodes")
.action(ArgAction::Set)
.default_value("3")
.default_value("2")
.help("Number of proposer-only beacon nodes"),
)
.arg(
Expand Down