Skip to content

Commit 05ef908

Browse files
committed
Remove required arg in valset upd protocol tx
1 parent 41ac0c7 commit 05ef908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/src/lib/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,6 @@ pub mod cmds {
17351735
fn def() -> App {
17361736
App::new(Self::CMD)
17371737
.about("Submit a validator set update protocol tx.")
1738-
.setting(AppSettings::ArgRequiredElseHelp)
17391738
.add_args::<args::SubmitValidatorSetUpdate>()
17401739
}
17411740
}

0 commit comments

Comments
 (0)