Skip to content

Commit

Permalink
fix: remove required=true from privatekeytype in CLI (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Jan 22, 2025
1 parent 4b73027 commit 054d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pub struct GetUserAmountOfQueuedProofsArgs {
}

#[derive(Args, Debug)]
#[group(required = true, multiple = false)]
#[group(multiple = false)]
pub struct PrivateKeyType {
#[arg(name = "path_to_keystore", long = "keystore_path")]
keystore_path: Option<PathBuf>,
Expand Down

0 comments on commit 054d1dd

Please sign in to comment.